/*
  But :     
  Auteur : Joel Carman
  Date :   17.05.2021 / V1.0 
*/
body {
  background-color: grey;
}

#container {
  background-color: white;
  width: 90%;
  padding: 1em;
  border: 1px solid black;
  margin: auto;
  font-family: Verdana, Arial, serif;
}

.user-form {
 
}

.user-form .field {
  padding: 0.5em;
  background: #eeeeee;
}

.user-form .field label {
  display: inline-block;
  width: 20%;
}

.user-form .field input {
  display: inline-block;
}

.user-form input[type=submit] {
  background-color: gray;
  border: none;
  color: #eeeeee;
  width: auto;
  margin: auto;
  margin-top: 5px;
  text-align: center;
}

.user-form .button{
  display: flex;
}

fieldset ::backdrop{
  color: lightgray;
}