﻿.row {
    padding: 7px;
}

img {
    border-radius: 5px;
}

img {
    border-radius: 5px;
}

.btn {
    margin: 0px 10px;
    margin-bottom: 20px;
}

p {
    font-family: 'Roboto';
    font-weight: 300;
}

a {
    color: #8e888a;
    text-decoration: none;
    outline: none;
}

    a:hover, a:focus {
        color: #ff0000;
    }

p {
    font-family: 'Roboto';
    font-weight: 300;
    color: #545454;
}
.body__layout {
    height: 100vh;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 0.9fr 01fr;
    grid-template-areas: "cuerpo"
        "fooer";
}

.div__footer {
    grid-area: fooer;
}
.card__tyc {
    min-height: 90%;
    max-height: 90%;
}

@media (max-width:767px) {
    p {
        font-size: 20px;
        font-weight: 100;
        /*margin: 0;*/
        z-index: 1;
        text-align: center;
    }
}

@media (max-width:767px) {
    a {
        font-size: 25px;
    }
}

#login-box {
    max-width: 500px;
    margin: 0 auto;
    margin-top: 25px !important;
    border-radius: 12px;
    overflow: hidden;
    background: white;
    -webkit-box-shadow: 0px 6px 30px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 6px 30px rgba(0,0,0,0.2);
    box-shadow: 0px 6px 30px rgba(0,0,0,0.2);
}

.login-box-header {
    background-color: rgb(255,255,255);
    text-align: center;
    padding-top: 18px;
    padding-right: 25px;
    padding-bottom: 15px;
    padding-left: 25px;
}

.login-box-header {
    border: none;
    border-bottom: 1px solid rgb(224,224,224);
}

.login-box-content {
    padding: 10px 20px;
    background-color: #ffffff;
    padding-top: 20px;
}

.social-login-link {
    text-decoration: none;
    color: white;
    margin-top: 10px;
}

.fb-login {
    background-color: #1a538a;
}

.gp-login {
    background-color: #db4437;
    margin-top: 10px;
}

.login-box-content i {
    padding: 11px 0px 11px 15px;
    color: white;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
}

.box-shadow {
    box-shadow: 0 2px 2px 0 rgba(41,48,59,.24), 0 0 2px 0 rgba(41,48,59,.12);
    border-radius: 5px;
}

.social-login-link:hover {
    text-decoration: none;
    color: white;
}

.login-box-seperator {
    flex: 1 0 auto;
    min-width: 1px;
    border-top: 1px solid #dedfe0;
    height: 1px;
}

.email-imput {
    border-radius: 5px;
    color: #29303b;
    font-size: 18px;
    height: auto;
    padding: 11px 10px 12px 40px;
}

.form-control {
    box-shadow: none;
    font-size: 16px;
    padding: 10px 12px;
    transition: border-color .08s ease-in-out,box-shadow .08s ease-in-out;
}

.email-login {
    padding: 10px 20px;
}

#submit-id-submit {
    margin-top: 0px;
    height: 46px;
    background-color: rgb(26,138,111);
    border: 0;
    color: rgb(255,255,255);
    margin-bottom: 8px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.submit-row {
    padding: 10px 20px;
    text-align: center;
}

.label-text {
    color: #8b8b8b;
}

#forgot-password-link {
    color: #2474c1;
    text-decoration: none;
}

#login-box-footer {
    text-align: center;
    border-top: 1px solid #dedfe0;
}

#submit-id-submit:hover {
    background-color: rgb(25,130,105);
}

.form-control {
    box-shadow: none;
    font-size: 16px;
    padding: 10px 12px;
    transition: border-color .08s ease-in-out,box-shadow .08s ease-in-out;
}
