/* main.css */
.user-form .field {
  padding: 10px;
  background-color: #f0f0f0;
}

.user-form .field label {
  display: inline-block;
  width: 150px;
}

.user-form .field input {
  display: inline-block;
}

#valider,
.user-form input[type=button] {
  width: 100px;
  border-radius: 10px;
  background-color: greenyellow;
  margin-top: 10px;
  color: black;
  padding: 5px;
  cursor: pointer;
}
