/*
 *     
 * @author Emilien Stulz
 * @version 1.0 / 13.05.2024
 *
*/

/*
  But :     
  Auteur : Emilien Stulz
  Date :   17.05.2023 / V1.0
*/
body {
  background-color: white;
}



.user-form .field {
  padding: 0.5em;
  background-color: lightgray;
}

.user-form .field label {
  display: inline-block;
  width: 5cm;
}

.user-form .field input {
  display: inline-block;
  
}

.user-form .button {
  margin-top: 0.5em;
  display: flex;
  justify-content: center;
}

.user-form input[type="submit"] {
  width: 10em;
  border-radius: 10px;
  background-color: rgb(148, 148, 148);
}
