body{
    background-image: linear-gradient(90deg, rgba(24,24,31,.6) 0%, rgba(71,138,176,.6) 100%, rgba(255,214,194,.6) 100%), url('../imgs/login-fondo.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.text-blue-usqay{
    color: #00395E;
}

.input-usqay:focus{
    border: solid 1px rgb(0,57,94);
    box-shadow: 0 0 0;
}

.btn-usqay{
    color: #fff;
    background-color: rgb(3, 67, 110);
}
.btn-usqay:focus, .btn-usqay:hover{
    background-color: #00395E;
}