.form-error{
    border-color: #ea4a4a;
}

.error{
    border: 1px solid #ff2727;
}

.custom_spin{
    display: none;
    width: 15px;
    height: 15px;
    margin-left: 10px;
}

.auth-logo img{
    width: 200px;
    margin-top: 30px;
}

.btniniciarSesion{
    background: #414380 !important;
    color: #fff;
    border: 1px solid var(--Color-principal) !important;
}

.btniniciarSesion:hover{
    background: #30296b !important;
    border: 1px solid var(--Color-secundario) !important;
    color: #fff;
}
