body.login {
    background: url(https://www.promonorge.no/hosted/wp-login-screen.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

.login form {
    background: rgba(255,255,255,.5);
}