body {
    background-image: url('sfondo-login.jpg'); /* image */
    background-position: center;      /* center the image */
    background-size: cover;           /* cover the entire window */
}