/* Section principale */
.reset-password-section {
    padding: 50px 20px;
    background-color: #fdfdfd;
    font-family: "Helvetica Neue", sans-serif;
    cursor: pointer;
}

/* Formulaire à gauche */
.reset-password-form {
    max-width: 500px;
    margin: 0 auto;
    padding: 20px 0;
}

.back-link {
    display: block;
    font-size: 0.9rem;
    color: #333;
    text-decoration: none;
    margin-bottom: 20px;
}

.reset-title {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 15px;
    color: #222;
}

.reset-description {
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Champ et bouton */
.luxury-input {
    width: 100%;
    padding: 12px 15px;
    font-size: 1rem;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 20px;
    outline: none;
}

.luxury-button {
    display: block;
    width: 100%;
    padding: 12px 20px;
    font-size: 1rem;
    background-color: #000;
    color: #fff;
    border: none;
    border-radius: 25px;
    text-transform: uppercase;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
}

.luxury-button:hover {
    background-color: #333;
    transform: scale(1.02);
}

.new-client {
    font-size: 0.9rem;
    margin-top: 20px;
}

.luxury-link {
    color: #000;
    font-weight: bold;
    text-decoration: underline;
}

/* Informations à droite */
.reset-password-info {
    background-color: #fafafa;
    padding: 30px;
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    margin: 20px auto;
}

.info-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.info-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.info-list li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 1rem;
    color: #666;
    line-height: 1.6;
}

.info-list .icon {
    font-size: 1.2rem;
    margin-right: 10px;
    color: #b7956e;
}
