/* Authentication Card */
.loginpadre{
    background-image: url(../img/login/Login-Santa-Cruz.png);
    background-size: cover;
   
}
.userloginimg{
 margin-bottom: -90px;
 z-index: 2;
}
/* End Authentication Card */

/* Elementos globales Auth */

.input-auth{
    border-radius: 15px !important;
    border-color: #B5B5B5 !important;
}

/* End Elementos globales Auth */

/* Login */
.login-text{
    color: black;
    font-size: 14px;
}

.btn-login{
    background-color: #17375C;
    border-radius: 15px;
}

.btn-register{
    background-color: #22AB73;
    border-radius: 15px;
}

.remember-check{
    color: #22AB73;
}
/* End Login */

/* Register */
.register-title{
    text-align: center;
    font-family: 'Billgates', sans-serif;
}

hr {
    height: 2px;
    background-color: #17375C;
}

.form-register-padre{
    padding: 25px;
    border: 2px solid #8F8F8F;
    border-radius: 10px;
}

.form-register{
    padding: 30px;
}

.btn-save-register{
    background-color: #17375C !important;
    border-radius: 15px !important;
}
/* End Register */

/* Forgot Password */
.btn-reset-pws{
    background-color: #17375C;
    border-radius: 15px;
}
/* End Forgot Password */