#user-pass-reset  {
    background-color: #f4f4f9;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 17% auto 0 auto;
}

#user-pass-reset p {
    font-size: 14px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 10px;
}

#user-pass-reset .placeholder {
  font-weight: bold;
  color: #008F70;
  font-size: 20px;
  font-style: inherit;
}

 
#user-pass-reset input[type="hidden"] {
    display: none;
}

 
#user-pass-reset .button {
    background-color: #008F70;
    color: #fff;
    border: none;
    padding: 12px 25px;
    font-size: 16px;
    cursor: pointer;
    border-radius: 4px;
    width: 100%;
    text-align: center;
    transition: background-color 0.3s ease;
}

#user-pass-reset .button:hover {
    background-color: #008F70;
}

 
#user-pass-reset input:focus,
#user-pass-reset button:focus {
    outline: 2px solid #008F70;
}





/* Style principal du formulaire */
#user-form {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    max-width: 400px;
    margin: 12% auto 20px auto;
    color: white;
}

#user-form input[type="email"],
#user-form input[type="password"],
#user-form select,
#user-form .form-select {
    width: 100%;
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #008F70;
    border-radius: 4px;
    background-color: white;
    color: #333;
    font-size: 15px;
}

 #user-form details {
    margin-bottom: 20px;
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    padding: 10px;
}

#user-form summary {
    cursor: pointer;
    padding: 8px;
    color: white;
    font-weight: 500;
}

 #user-form .button--primary {
    width: 100%;
    padding: 12px;
    background-color: #008F70;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s;
    margin: 2% auto;
    font-size: 15px;
}

#user-form .button--primary:hover {
    background-color: #008F70;
}

 #user-form label {
    display: block;
    margin-bottom: 8px;
    color: white;
}

 #user-form .form-checkbox {
    margin-right: 8px;
}

 #user-form optgroup {
    background-color: #008F70;
    color: #333;
} 

#user-form option {
    padding: 8px;
    color: #333;
}

#user-form  .password-strength__title {
  font-size: 14px;
  color: #008F70;
}


#user-form  .password-strength__meter {
  margin: 2% auto;
}




.form_title {
  font-size: 27px;
  margin-bottom: 15px;
  color: #333;
  text-align: center;
}

.user_form_wrapper {
  max-width: 600px;
  margin:5% auto;
  padding: 20px;
}


