body {
    background-color: #e8ebef;
}

.nonV {
    display: none;
}

.app-login .header {
    background-color: #fff;
    margin-bottom: 40px;
    padding: 15px; 
    position: relative;
    float: left;
    width: 100%;
}

.titulo_principal {
    color: #4d4d4d;
    font-size: 24px;
    font-family: 'Spinnaker', sans-serif;
    text-transform: uppercase; 
}

.container_icon {
    margin-right: 0.5rem;
}

.accepted {
    color: green;
    font-size: 8rem;
}

.overflow_elipsis {
    overflow: hidden;
    text-overflow: ellipsis;
}

.app-logo{
    position: relative;
    float: left;
    margin-right: 12px;
}

.banner_footer {
    margin-bottom: 20px;
    margin-top: 20px;
}

#slider_login img,
.banner_footer img{
    border-radius: 6px;
}

.formulario_login {
    margin-left: 20px;
    background-color: #fff;
    border-radius: 6px;
    border: 1px solid rgba(216, 216, 216, 0.89);
    padding-top: 30px;
    text-align: center;
    position: relative;
    width: 100%;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.22);
}


.formulario_login span.d-block {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 29px;
    margin-bottom: 20px;
    color: #4d4d4d;
}

.button_form:hover,
.button_form {
    width: 145px;
    border-radius: 37px;
    padding: 9px;
    font-size: 16px;
    font-weight: bold;
    background-color: #d61515;
    border: #d61515;
    margin: 0 auto;
    margin-bottom: 15px;
    color: #fff;
}

input#password_input,
input#id_input {
    border: 1px solid #d8dadc;
    width: 100%;
    border-radius: 29px;
    font-size: 14px;
    font-family: 'Source Sans Pro', sans-serif;
    color: #4d4d4d;
    background-color: #f0f3f7;
    font-weight: 500;
    height: 45px;
}

.banner_footer img{
    width: 100%
}

#loading img{
    width: 100px; 
    height: 12px; 
    object-fit: cover;
}

.icon_form_login span {
    display: block;
}

.icon_form_login img {
    width: 42px;
}

.icon_form_login {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 14px;
    margin-bottom: 20px;
    color: #4d4d4d;
    text-transform: uppercase;
    text-align: center;
    font-weight: 400;
    margin-top: 10px;
}

input#id_input {
    background-image: url(https://www.upaep.mx/images/icon/icon_user.png) !important;
    background-repeat: no-repeat;
    background-size: 18px;
    background-position: 13px 9px;
    padding-left: 35px;
}

input#password_input {
    background-image: url(https://www.upaep.mx/images/icon/icon_password.png) !important;
    background-repeat: no-repeat;
    background-size: 19px;
    background-position: 11px 11px;
    padding-left: 35px;
}

.banner_footer a {
    display: block; 
    width: 100%;
}

span#loading {
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 20px;
}

.content_login{
    position: relative;
    float: left;
    width: 100%;
}

.modal#resetPass .modal-header{
    background-color: #AD2A2A;
    color: white;
}

span#resetPassBtn {
    color: #3F81E3;
    cursor: pointer;
}

.inputReset {
    width: 65%;
    padding: 10px;
    border-radius: 50vh;
    border: 1px solid #cfcfcf;
    text-align: center;
}

.container_mail {
    min-height: 35px;
    border: 1px solid #cfcfcf;
    border-radius: 8px;
    max-width: 85%;
    margin: auto;
    cursor: pointer;
    padding: 0 35px;
    text-align: center;
    position: relative;
    margin: 0.5rem auto;
    overflow: auto;
}

.container_mail::before {
    content: '';
    width: 20px;
    height: 20px;
    background-color: white;
    border: 1px solid #cfcfcf;
    position: absolute;
    left: 7px;
    border-radius: 4px;
    top: 50%;
    transform: translateY(-50%);
}

.container_mail.selected::before {
    content: '\f00c';
    font-family: 'Font Awesome 5 Free';
}

.container_mail:hover {
    background-color: #ad2a2a6e;
    color: #343434;
}

.container_mail.selected {
    background-color: #ad2a2ab8;
}

.container_mail.selected h5 {
    color: white;
}

.btn_sig_modal {
    text-align: center;
    margin: auto;
    /* max-width: 85%; */
    background-color: rgb(79, 79, 93);
    height: 33.19px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
}

.btn_sig_modal h5 {
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0.8rem;
    transform: translate(-50%, -50%);
}

.icon_error_section {
    font-size: 1.5rem;
    margin-right: 10px;
}

.error_icon {
    color: red;
}

.instruction_icon {
    background-color: #fcb900;
    border: none;
    position: relative;
    height: 27px;
    width: 27px;
    border-radius: 30px;
    flex-shrink: 0;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.instruction_icon::before {
    color: #5d5c5c;
    position: absolute;
    left: 50%;
    top: 50%;
    font-size: 17px;
    transform: translate(-50%, -50%);
}

.error_container:not(.nonV),
.container_instruction {
    display: flex;
}

/* .container_full {
    width: 100%;
    margin: 1rem 0;
} */

.modal-footer .container_full {
    min-width: 25%;
}

#first_pass {
    margin-bottom: 0.5rem;
}

#modalAvisoPrivacidad .modal-dialog {
    max-width: 55%;
}

#checkbox_aviso {
    height: 25px;
    width: 25px;
    border-radius: 4px;
    cursor: pointer;
    position: relative;
    background-color: rgb(239, 239, 239);
    border: 1px solid #c5c5c5;
    margin: 10px;
}

#checkbox_aviso.checked::before {
    content: '';
    height: 20px;
    width: 20px;
    position: absolute;
    background-color: green;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}

@media only screen and (max-width: 768px) and (min-width: 300px)  {
    .formulario_login {
        margin: 5px;
        margin-top: 10px;
    }
    .banner_footer,
    #slider_login {
        margin: 5px;
    }
    .app-logo img {
        width: 107px;
    }
    .icon_form_login > div {
        width: 50%;
    }
    .titulo_principal {
        position: relative;
        float: left;
        width: 100%;
        background-color: #4d4d4d;
        color: #fff;
        padding: 5px;
        font-size: 18px;
        padding-left: 12px;
    }  
    .app-logo {
        padding-left: 12px;
        padding-top: 12px;
        padding-bottom: 12px;
    }  
    .app-login .header {
        padding: 0px;
        margin-bottom: 10px;
    }  

    .button_form:hover, .button_form {
        box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    }
}  
