/**
 * Les règles C.S.S. propres aux pages de logins de l'extranet.
 */
 
#corps {
  background-image: url("../images/corps/extranet/page_arrierePlan.png") !important;
}

h1 {
  color: #fff !important;
  text-transform: none !important;
  width: 200px;
}

h1.bvd {
  background-image: url("../images/corps/extranet/accesAdherents/bvd/logo.png");
  background-repeat: no-repeat;
  height: 47px;
  margin-top: 25px;
  width: 107px;
}

  h1.bvd span {
    visibility: hidden;
  }
  
label {
  color: #fff;
  display: block;
  float: left;
  font-weight: bold;
  height: 28px;
  letter-spacing: 1px;
  line-height: 28px;
  padding: 5px 15px 5px 0;
  text-align: right;
  width: 470px;
  text-transform: uppercase;
}
  
input.input {
  background-color: transparent;
  background-image: url("../images/corps/extranet/accesAdherents/input.png");
  border: none;
  color: #7f716c;
  font-size: 18pt;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  padding: 5px 15px;
  width: 283px;
}

p.inputLogin {
  position: absolute;
  top: 187px;
}

p.inputMotDePasse {
  position: absolute;
  top: 254px;
}

p.submit {
  left: 625px;
  position: absolute;
  top: 315px;
}
  
#piedDePage {
  background-image: url("../images/piedDePage/extranet_arrierePlan.png") !important;
}

