/*
  But :     
  Auteur : Raul + Fuentes
  Date :   13.05.2024 / V1.0
*/
body{
  font-family: Arial, Helvetica, sans-serif;
  background-color: gray;
  
}
.user-form .field{
  padding: 2%;
  background-color: lightgray;
}
.user-form fieldset{
  background-color: white;
}
.user-form .field label{
 display: inline-block;
 width: 50%;
}
.user-form .field input{
  display: inline-block;
 }
 
#valider {
 
  margin: 10px;
  width: 15%;
  color: white;
  background-color: gray;
}

.decolore{
  border: 2px solid lightgray; /* Couleur de la bordure */

}

.user-form .button {
  display: flex;
  justify-content: center;
}
.user-form input[type=submit] {

}