/*  The css for the login page ! */
/* line 4, ../sass/custom_login.scss */
.login h1 a {
  background: url(../img/logo_header.png) center no-repeat;
  width: 294px;
  height: 84px;
  margin: 20px auto;
  background-size: auto;
}

/* line 11, ../sass/custom_login.scss */
body.login {
  background: url(../img/bg_maintenance.png) repeat;
}

/* Barre du haut - Lien */
/* line 16, ../sass/custom_login.scss */
.login p#backtoblog a:link, .login p#backtoblog a:visited {
  color: #6c7880;
}

/* Barre du haut - Effet de survol*/
/* line 19, ../sass/custom_login.scss */
.login p#backtoblog a:hover, .login p#backtoblog a:active {
  color: #6c7880;
  text-decoration: underline;
}

/* Modification de la taille du bloc "Connexion" */
/* line 22, ../sass/custom_login.scss */
#login {
  width: 400px;
  margin: 0em auto;
}

/* Modification de bouton "Se connecter" et des autres liens*/
/* line 28, ../sass/custom_login.scss */
#login form .submit input {
  border-color: #bccad3!important;
  color: #FFF!important;
  font-weight: bold;
  background-color: #0BA1D7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  text-shadow: rgba(0, 0, 0, 0) 0 1px 0;
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #0ba1d7), color-stop(100%, #7dcbe8));
  background-image: -webkit-linear-gradient(left top, #0ba1d7, #7dcbe8);
  background-image: -moz-linear-gradient(left top, #0ba1d7, #7dcbe8);
  background-image: -o-linear-gradient(left top, #0ba1d7, #7dcbe8);
  background-image: linear-gradient(left top, #0ba1d7, #7dcbe8);
}

/* line 37, ../sass/custom_login.scss */
#login form .submit input:hover {
  background-image: -webkit-gradient(linear, 0% 0%, 100% 100%, color-stop(0%, #7dcbe8), color-stop(100%, #0ba1d7));
  background-image: -webkit-linear-gradient(left top, #7dcbe8, #0ba1d7);
  background-image: -moz-linear-gradient(left top, #7dcbe8, #0ba1d7);
  background-image: -o-linear-gradient(left top, #7dcbe8, #0ba1d7);
  background-image: linear-gradient(left top, #7dcbe8, #0ba1d7);
  color: #FFFFFF!important;
}

/* line 41, ../sass/custom_login.scss */
.login #nav a {
  color: #7c8991!important;
}

/* line 42, ../sass/custom_login.scss */
.login #nav a:hover {
  color: #6f7a81!important;
}
