body {
  background-color : #046380;
}

#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 236px;
  height: 150px;
  margin-top : 4%;
}

#formulaireconnexion {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 500px;
  margin-top : 10%;
}

#test {
  background-color: rgba(140, 198, 215, 1);
  color : white;
  width : 500px;
  height : 50px;
  border-radius: 5px;
  font-size : 30px;
  color : white;
}


#test:focus {
  background-color: rgba(162, 181, 191, 1);
}

#boutonco {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  height : 35px;
  font-size : 20px;
  border-radius: 5px;
  background-color:#C4D7ED;
  color : #72412d;
}
