.form-group {
    margin-bottom: 15px;
}

.form-group label {
  width: 200px;
  margin-right: 10px;
}

.retour-connexion,
.forgot-password {
    margin-top: 1rem;
    text-align: right;
}

.retour-connexion a,
.forgot-password a {
    color: #007BFF;
    text-decoration: none;
    font-size: 0.9rem;
}

.retour-connexion a:hover,
.forgot-password a:hover {
    text-decoration: underline;
}

.success-message {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
    padding: 1rem 1.5rem;
    border-radius: 5px;
    font-size: 1rem;
    margin: 1rem auto;
    max-width: 500px;
    text-align: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  }

  label input[type="checkbox"] {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    cursor: pointer;
}