/* changement de l'image de fond de ma page de connexion WordPres */
body.login { 
     /*background-image: url('fond.jpg'); 
     background-repeat: no-repeat; 
     background-attachment: fixed; 
     background-position: center;*/ 
    background-size: cover;
    background-color: #eeeeee;
}

.login h1 a { 
 background-image: url('logo.png');
/*height: auto;*/
width: auto;
background-size: contain;
background-repeat: no-repeat;
}