body{
    background: #f8fafc !important;
    font-size: 0.9rem !important;
}


.separator {
    border-left: 6px solid #042D62;
    border-radius: 40px;
    height: 100%;
}

.card-equal-height-login-register {
    min-height: 450px; /* Ajusta este valor según sea necesario */
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.card-body-login-register {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #f8fafc !important;

}

.btn-login-register  {
    width: 100% !important;
    padding: 15px !important;
    border-radius: 25px !important;
}

.btn-login-register:hover {
    transform: scale(1.02) !important;
}

.btn-login-register:active {
    background-color: #003853 !important;
}

.card-login-register {
    border-radius: 0px !important;
    box-shadow: 0px 3px 5px rgba(36, 36, 36, 0.1); /* Sombra opcional */
}

form.w-100 {
    width: 100%;
}

.form-control {
    border: none;
    background-color: #f3f3f3;
    padding: 17px; 
    font-size: 0.9rem !important;
}

.custom-control-input {
    width: 0.9rem;
    height: 0.9rem;
}

.card-body-login-register p {
    margin-top: 1rem;
}

.card-body-login-register a {
    color: #007bff;
    text-decoration: none;
}

.card-body-login-register a:hover {
    text-decoration: underline;
}




