body.login {
    background-image: url('https://sorsia-tech.it/wp-content/themes/OpificioArtistico/sfd.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: top;
    background-size: cover;
}

body.login div#login h1 a {
    background-image: url(https://sorsia-tech.it/wp-content/themes/OpificioArtistico/logo_opificio_artistico_w.png);
   padding-bottom: 30px;
   background-size: 360px 190px;
   width: 360px;
   height: 190px;
   background-position: center top;
	background-repeat: no-repeat;
}
.login #backtoblog a, .login #nav a {
    color: #fff;
}
.privacy-policy-link {
    color: #fff;
}
.wp-core-ui .button-primary {
    background: #5E6168;
    border-color: #5E6168;
    color: #fff;
}
.login form {
    background: #fff;
}
.login label {
    color: #5E6168;
}
.login form .input, .login form input[type="checkbox"], .login input[type="text"] {
    background: #fff !important;
}