body.login {
  background-image: url('bg-login.jpg');
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position: center;
  background-size:cover;
}

body.login h1 a {
	margin-top:-120px;
 	background-image: url('logo-lesformateurslibres.png'); 
	background-size: 250px; 
	height: 200px; 
	width: 80%; 
	
} 
.login #backtoblog a, .login #nav a{
	color:#6656ff;
}

#loginform{
	border-radius:10px;
}
