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

#login {
    padding-top: 7%;
}

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

/*Logo (84x84)*/
.login h1 a {
	background-image: url("../img/logo-fia-new-transparent.png");
	background-size: 180px;
  width: 180px;
  height: 120px;
  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*/
.login .anr_captcha_field {
	margin-bottom: 16px !important;
}

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

.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*/
.login #backtoblog {
  display: none;
}