.login.page-container {
    height: 100vh;
    display:flex;
    flex-direction: column;
    justify-content: space-between;
}

.login-card{
    width: 520px;
    max-width: 520px;
    box-shadow: 0px 1px 1px rgb(0 0 0 / 30%);
    background: white;
    margin: 2rem 0;
}

.login-card.forgotpassword{
    width: 100%;
    max-width: 100%;
}

.login-card .card-header{
    font-size: 20px;
    font-weight: bolder;
}

.login-card .form-content .content-form-forget-password{
    background-color: white !important;
    width: 100%;
    max-width: 90vw;
    box-shadow:none;
}

.login-page .card-header {
    padding-top: 0px;
}
.forget-password{
    margin-top: 25px;
}

.grid-container-s, .instructions{
    padding-bottom: 20px;
}
.header-title{
    align-items: center;
    width: 100%;
    height: 3rem;
    font-size: 1.8rem;
    line-height: 1.4rem;
    text-shadow: 0 1px 0 #fff;
    border-bottom: #000;
    color: #121212;
    text-align: center;
    border-bottom: solid 3px rgba(0, 0, 0, 0.1);
    margin-bottom: 3rem;

}
.subtitle{
    font-weight: bold;
    font-size: 1.6rem;
    color: #8c8c8c;
    margin-bottom: 2rem;
}
.padding-left{
    padding: 0 2rem;
}
/* .grid-item.date{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: space-between;
}
.grid-item.date .form-group-select{
    width: 40%;
} */
.gj-picker {
    z-index: 99993 !important;
}

.query_curp span{
    color: #237ABA !important;
}
.item-corner span {
    color: #0a2448 !important;
}
.ally_content{
    background: #e7e7e7;
    margin: 0rem 0rem 3rem 0rem;
    padding: 2rem 3rem;
    width: 100% !important;
    word-break: break-word;
}
.content_ally_logo{
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    align-content: center;
}
.ally_logo{
    max-height: 50px;
}
.ally_title{
    font-size: 22px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    margin: 2.5rem 0 1rem 0;
}
.ally_subtitle{
    font-size: 19px;
    display: flex;
    justify-content: center;
    margin-bottom: 2rem;
}
.ally_description{
    font-size: 16px;
    text-align: justify;
    margin-bottom: 2rem;
}
.withIcon{
    display: flex;
    justify-content: flex-start;
    align-items: center;

}
.ally_links, .ally_duration, .ally_instructions{
    font-size: 16px;
    color: #666666;
    text-align: left;
    margin-bottom: 1rem;
    text-align: justify;
}
.ally_links a{
    color: #666666 !important;
    font-weight: bold;
    cursor: pointer;
}
.ally_links a:hover{
    text-decoration: underline;
}
#student_register{
    flex-direction: column;
}
.ally_icon{
    margin-right: 1rem;
}
.query_curp{
    position: relative;
    bottom: 20px;
    margin-bottom: 1rem;
}
#radio_gender .form-check-label{
    margin-top: 10px !important;
}

@media (min-width: 640px) {
    #fecha.form-control {
        margin-top: 6px !important;
        }
    .grid-container.gap-3{
        grid-gap: 4em !important;
    }
    .birthday{
        position: relative;
        bottom: 42px;
    }
    /* .radio_gender{
        position: relative;
        bottom: 5px;
    } */
    .curp{
        position: relative;
        bottom: 5px;
    }
    .query_curp{
        position: relative;
        /* top: 50px; */
    }
    .student.curp{
        position: relative;
        top: 56px;
    }
    /* .student_grade{
        position: relative;
        top: 107px;
    } */
    .lastname_container{
        position: relative;
        top: 2px;
    }
}
.openQuestion{
    cursor: pointer;
}
.btn__basic.btn__clearbg{
    color: #237ABA !important;
}
.header .header__logo__link img {
    height: 45px !important;
}
.btn__submit.disabled{
    background-color: #8c8c8c ;
    background-image: none;
}
.title-ally{
    font-size: 23px;
    padding: 0px 15px 0px 15px;
    line-height: 2.5rem;
    color: black;
    font-weight: bold;
    text-align: center;
}
#how-to-register .title-ally {
    padding: 0px 15px 10px 15px !important;
    border-bottom: solid 3px rgba(0, 0, 0, 0.1);
}
.radio-btns{
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    font-size: 23px;
    margin-top: 2rem !important;
    margin-bottom: 3rem;
    width: 50%;
}
#ally_fancy.fancy-container{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.selects{
    width: 80%;
}
#max_num.form-control:focus{
    box-shadow: unset;
}
.eye-pwd{
    right: 0 !important;
    position: absolute;
    padding-right: 3rem;
    padding-top: 1.5rem;
    z-index: 9;
    cursor: pointer;
    width: 1.5rem;
}