body {
  background-color: #dedede;
  font: 700 20px/1.38 Helvetica;
  color: rgb(0, 0, 0);
}

.cb_database-1 {
  display: block;
  position: absolute;
  top: 281px;
  left: 0;
  right: 0;
  z-index: 4;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  padding-left: 10px;
  border: 1px solid #009900;
  border-radius: 5px;
  background: url('../images/select-arrows.svg') rgb(242, 242, 242);
  background-repeat: no-repeat;
  background-size: auto auto;
  background-position: right center;
  color: rgb(0, 0, 0);
}

.ef_mot_passe-1 {
  display: block;
  position: absolute;
  top: 195px;
  left: 0;
  right: 0;
  z-index: 1;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  padding: 0 10px;
  border: 1px solid #009900;
  border-radius: 5px;
  background-color: rgb(242, 242, 242);
  color: rgb(0, 0, 0);
}

.cb_database-1:focus,
.ef_mot_passe-1:focus,
.ef_nom_utilisateur-1:focus {
  border-width: 4px;
}

.ef_nom_utilisateur-1 {
  display: block;
  position: absolute;
  top: 112px;
  left: 0;
  right: 0;
  z-index: 2;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  padding: 0 10px;
  border: 1px solid #009900;
  border-radius: 5px;
  background-color: rgb(242, 242, 242);
  color: rgb(0, 0, 0);
}

.libelle_connexion-1 {
  position: absolute;
  top: 21px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 399px;
  margin: 0 auto;
  text-shadow: 0 2px 5px rgba(0, 0, 0, .5);
  font-size: 24px;
  text-align: center;
  color: rgb(0, 0, 0);
}

.pb_connexion-1 {
  display: block;
  position: absolute;
  top: 399px;
  left: 0;
  right: 0;
  width: 400px;
  height: 60px;
  margin: 0 auto;
  border-radius: 5px;
  background-color: #009900;
  text-align: center;
  color: #ffffff;
}

.pb_connexion-1:hover {
  border: 1px solid #009900;
  background-color: #ffffff;
  color: #009900;
}

.zone_formulaire-1 {
  position: absolute;
  top: 141px;
  left: 0;
  right: 0;
  z-index: 5;
  width: 489px;
  height: 512px;
  margin: 0 auto;
}