.create-account-button {
  /* Ajoutez les styles de Materialize pour un bouton */
  display: inline-block;
  padding: 0 2rem;
  height: 3rem;
  line-height: 3rem;
  background-color: #017279;
  color: #ffffff;
  border-radius: 2rem;
  text-align: center;
  letter-spacing: 0.05rem;
  cursor: pointer;
  transition: background-color 0.2s ease-in-out;
  margin:15px 0;
}

.create-account-button:hover {
  background-color: #1976D2;
  color: white;
  text-decoration: none;
}

form#user-register-form {
  margin: 30px 0;
}
