/*Page*/
body {
	background: url("../img/background-by-andrew-small.jpg") no-repeat center center fixed;
	background-size: cover;
}

#login {
    padding-top: 4%;
    padding-bottom: 3%;
}

@media screen and (max-width: 1000px) {
	#login {
    	padding-top: 5%;
    	padding-bottom: 2%;
    }
}

/*Logo*/
.login h1 a {
	background-image: url("../img/logo-1.png"); 
	background-size: 122px;
  	width: 122px;
	height: 102px;
	margin-bottom: 10px;  
}

/*Formulaire*/
.login #loginform {
	padding: 26px 24px;
	margin-top: 0px;
  	border-radius: 3px;
	box-shadow: 3px 3px 6px grey;
}

/*Labels*/
.login form label {
  	width: 100% !important;
}

/*Champs*/
.login form .input {
  	margin-right: 0 !important;
}

/*Se souvenir de moi*/
.login form .forgetmenot {
	line-height: 38px;
}

@media screen and (min-width: 790px) {
	.login form .forgetmenot {
		line-height: 30px;
	}
  }
  
  .login form .forgetmenot label {
	display: inline;
  }

/*Recaptcha*/
.anr_captcha_field {
  	margin-bottom: 16px !important;
}

/*Mot de passe oublié*/
.login #nav {
	text-align: center;
	margin-bottom: 20px;
}

.login #nav a {
	background-color: rgb(83, 83, 83);
	padding: 8px 14px;
	border-radius: 3px;
	box-shadow: 3px 3px 6px grey;
	color: white;
	text-decoration: none;
}

.login #nav a:hover {
	background-color: rgb(68, 68, 68);
	color: white;
}

/*Retour vers le site et mentions légales*/
.login #backtoblog,
.login .privacy-policy-page-link {
	display: none;
}