.bg-corporativo {
    background-color: #666666 !important;
}

.fuente {
    font-family: "Open Sans Extrabold" !important;
}

.auth-page-sidebar {
    position: relative;
    background-color: #FECE64;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
}

.formato-color-candidato{
    color: #215a7f !important;
}
.fcbb-candidato{
    border-bottom: 1px solid #215a7f !important;
}
.fcbl-candidato{
    border-left: 5px solid #215a7f !important;
}
.fcbg-candidato{
    background-color: #215a7f !important;
    color: white !important;
    font-weight: bold;
}

.head-authentication h1 {
    color: #fff;
    font-size: 3.500rem;
    font-weight: bold;
}

@media(min-height: 640px){
    .account-pages {
        margin-top: 5% !important
    }
}

@media(max-height: 640px){
    .account-pages {
        margin-top: 30px !important
    }
}

@media(max-height: 620px){
    .head-authentication h1 {
        color: #fff;
        font-size: 2.2rem !important;
    }
    .head-login h3 {
        font-size: 1.3rem !important;
    }
}

@media(max-height: 768px){
    .head-login {
        margin-bottom: 1rem !important;
    }
    .foot-login {
        margin-top: 6px !important;
    }
}

/* @media(min-height: 768px){
    .head-authentication h1 {
        color: #fff;
        font-size: 1rem !important;
    }
} */