/***********************************************************/
/***************CSS PAGE LOGIN******************************/
/***********************************************************/

/***************BLOC**************************/
body {
  margin: 0;
  padding: 0;
  background: #666 url('../administration/login_fond.jpg') no-repeat fixed !important;
  background-size: cover !important;
}

#container_site {
  font-family: Arial, serif;
  font-size: 13px;
  line-height: 1.2;
}

.contenu_reset_password,
.contenu_login {
  background-color: #ededed;
  border-radius: 5px;
  min-height: 300px;
  margin: 100px auto 0 auto;
  padding: 5px;
  width: 430px;
}

#contenu_information {
  background: #ededed;
  border-radius: 5px;
  color: #7e7e7e;
  margin: 50px auto 100px auto;
  max-width: 430px;
}

.contenu_information_wiconnect {
  min-height: 100px;
  padding: 5px;
}

/***********************CONTENU******************************/
.info_login {
  margin-top: 20px;
}

.contenu_login img {
  padding: 10px 5px;
}

.contenu_login p,
.contenu_information_wiconnect p {
  line-height: 20px;
  margin: 12px 0;
  padding: 0 20px;
}

.contenu_information_wiconnect a,
.contenu_information_wiconnect a:visited,
.contenu_login a,
.contenu_login a:visited {
  color: #3498db;
  font-weight: bold;
  text-decoration: none;
}

#contenu_information a:hover {
  font-weight: normal;
}

#contenu_information hr {
  height: 1px;
  color: #004c99;
  background-color: #004c99;
  width: 50%;
  border: none;
}

/***********************TITRE******************************/
#container_site h1 {
  font-size: 18px;
  color: #2b2b2b;
  font-weight: bold;
  margin: 10px;
  padding: 0px;
}

#container_site h2 {
  color: #000000;
  font-size: 12px;
  margin: 0 0 20px 10px;
}

#container_site h3 {
  color: #000000;
  font-size: 11px;
  padding-bottom: 20px;
}

/***********************FORMULAIRE******************************/
.submit_button {
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 155px !important;
}

#submit_input {
  border-radius: 5px;
  color: #ffffff;
  cursor: pointer;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
  width: 155px !important;
}

#reset_password input[type='submit'],
#accesClient input[type='submit'] {
  background-color: #008fd6;
  border-color: #008fd6;
  margin-right: 35px;
}

#accesClient input[type='email'],
#reset_password input[type='password'],
#accesClient input[type='password'] {
  background: #008fd6;
  border: 1px solid #000;
  color: #fff;
  height: 28px;
  width: 246px;
  padding-left: 10px;
}

#accesClient input[type='email']::placeholder,
#reset_password input[type='password']::placeholder,
#accesClient input[type='password']::placeholder {
  color: #ffffff;
}

#reset_password label,
#accesClient label {
  width: 125px;
  font-size: 12px;
  display: inline-block;
  font-weight: 700;
}

#confirm_password,
#email,
#password {
  margin: 0 0 5px 10px;
}

#errLog {
  color: red;
  margin: 0 0 5px 10px;
}
