body{
    color: #022C59;
    background: url(../images/background.jpeg) no-repeat center fixed;
    background-size: cover;
}

a{
    color: #022C59;
    font-weight: bold;
}

.titolo_bestaf{
    background-color: rgb(48,172,236);
    border:2px solid rgb(64,64,64);
    font-size: 120%;
    text-transform: uppercase;
    font-weight: bold;
}

.titolo_login {
    font-size: 250%;
    font-weight: bold;
}

@media screen and (min-width: 992px) {
    .bestaf_riquadro{
        border:2px solid rgb(150,150,150);
    }
}
