body.login{
	background:#fff url(../images/login-fond.jpg) center center no-repeat;
	background-size:cover;
	padding-top:12%;
}
div#login{
	background:rgba(255,255,255,0.7) none repeat scroll 0 0;
	padding: 0;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}
.login form{
	background:none;
}
.login h1 a {
	background-image: url(../images/logo_communaute_emmanuel.png);
	padding-bottom: 1px;
	background-size:200px;
	width:200px;
	height:100px;
	margin:0 auto 10px;
}
.login #backtoblog,.login #nav{
  background:none;
  margin:0;
  padding:15px;
  text-align:center;
  font-weight:bold;
}
#backtoblog a,#nav a{color:#CA0C7F;}