/*
  But :    eX10
  Auteur : Pury Nadir
  Date :   25.05.2021 / V1.0
*/
body {
  background-color: grey;
}

#container {
  background-color: lavender;
  width: 40em;
  padding: 1em;
  border: 1px solid black;
  margin: auto;
  font-family: Verdana, Arial, serif;
}

.user-form .field label{
  width: 10em;
  display: inline-block;
  margin-top: 1em;
}

.user-form .field input{
  padding: 0.265em;
  display: inline-block;
  background: #eeeeee;
}

#valider {
  width: 7em;
  background-color: whitesmoke;
  margin-top: 1em;
}

.user-form .button {
  text-align: center;
  margin: 1em;
}
.user-form input[type=submit] {
  background-color: grey;
  color: whitesmoke;
  align-self: center;
}