.login h1 a { 
 	background-image: url('Logo_La_Serre.svg'); 
	width:174px;
	background-size : 174px;
	height:94px;
	margin:0 auto 45px;
}

body.login{ 
	 background:#005153;
	 color:#ffffff;
	 font-size:18px;
}

.login #backtoblog a, .login #nav a {
 color:#ffffff;
 text-decoration: none;
}

.login #backtoblog a:hover, .login #nav a:hover{
	color:#ffffff;
	text-decoration: underline;
}

#loginform{
	color:#000000;
	border:none;
	box-shadow: none;
	margin-top:30px;
}

body.login { 
 background-image: url('LaSerre_FondTeams_1920x1080.jpg'); 
 background-repeat: no-repeat; 
 background-attachment: fixed; 
 background-position: center; 
 background-size: cover;
}