/* changement de l'image de fond de ma page de connexion WordPres */
body.login { 
 background-image: url('https://www.ville-port.re/wp-content/uploads/2020/07/aerien-8-copie.jpg'); 
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-position: center;
 background-size: cover;
}
.login h1 a { 
    background-image: url('https://www.ville-port.re/wp-content/uploads/2019/07/LOGO-LE-PORT.png');
	background-size: 184px;
	width: 184px;
	height: 90px;
}
#login {
    width: 399px;
    background:rgba(255,255,255,0.9);
	padding: 1%;
	border-radius: 5px;
}
@media (min-width: 800px) {
	#login {
		margin: 8% 15%;
	}
}
	
.login .button-primary {
    background: #0e81f4;
}
.dashicons-visibility::before {
    content: "\f177";
    color:#f75b22;
}
.login form {
    background: none;
    border: none;

}