/* ============================
   PASSWORD RESET — BARBERS PREMIUM
============================ */

.reset-wrapper {
    max-width: 430px;
    margin: 50px auto;
    padding: 30px;
    background: #111;
    border-radius: 14px;
    border: 1px solid rgba(217,178,102,0.25); /* dorado suave */
    box-shadow: 0 8px 25px rgba(0,0,0,0.35);
    color: #eee;
    text-align: center;
}

.reset-wrapper h2 {
    font-family: "Playfair Display", serif;
    color: #d9b266; /* dorado */
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.reset-wrapper p {
    color: #ccc;
    font-size: 0.95rem;
    margin-bottom: 18px;
}

.reset-wrapper .form-group {
    text-align: left;
    margin-bottom: 15px;
}

.reset-wrapper label {
    display: block;
    font-weight: 600;
    color: #d2d2d2;
    margin-bottom: 5px;
}

.reset-wrapper input {
    width: 100%;
    padding: 10px;
    border-radius: 10px;
    background: #1a1a1a;
    border: 1px solid rgba(217,178,102,0.28);
    color: #eee;
}

.reset-wrapper input:focus {
    border-color: #d9b266;
    box-shadow: 0 0 0 2px rgba(217,178,102,0.35);
    outline: none;
}

.btn-reset {
    width: 100%;
    padding: 12px;
    margin-top: 10px;
    border-radius: 10px;
    background: #d9b266;
    border: none;
    color: #111;
    font-weight: 700;
    cursor: pointer;
    transition: 0.25s ease;
}

.btn-reset:hover {
    background: #b89342;
    transform: translateY(-2px);
}

.link-back {
    margin-top: 15px;
    display: block;
    color: #d9b266;
    text-decoration: none;
    font-weight: 600;
}

.link-back:hover {
    color: #f2d89b;
}
