/* Start custom CSS for shortcode, class: .elementor-element-7cf4481 *//* ============================================================
   TGF — FORGOT PASSWORD PAGE
============================================================ */
.tgf-fp-wrap {
    max-width: 440px;
    margin: 48px auto;
    padding: 0 16px;
    font-family: 'Poppins', sans-serif;
}

.tgf-fp-card {
    background: #fff;
    border: 1px solid #e8e6f0;
    border-radius: 16px;
    padding: 40px 36px;
    text-align: center;
}

/* Icon circles */
.tgf-fp-icon-wrap {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #EEEDFE;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 24px;
    font-size: 26px;
    color: #48466D;
}

.tgf-fp-icon-wrap.tgf-fp-icon-key {
    background: #EEEDFE;
    color: #48466D;
}

.tgf-fp-icon-wrap.tgf-fp-icon-success {
    background: #E1F5EE;
    color: #0F6E56;
}

/* Titles */
.tgf-fp-title {
    font-size: 22px;
    font-weight: 700;
    color: #1a1a2e;
    margin: 0 0 10px;
    line-height: 1.3;
}

.tgf-fp-sub {
    font-size: 14px;
    color: #6b6b80;
    line-height: 1.75;
    margin: 0 0 28px;
}

/* Fields */
.tgf-fp-field {
    text-align: left;
    margin-bottom: 16px;
}

.tgf-fp-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    color: #48466D;
    margin-bottom: 6px;
    letter-spacing: 0.04em;
}

.tgf-fp-input-wrap {
    position: relative;
}

.tgf-fp-input {
    width: 100%;
    height: 44px;
    border: 1.5px solid #e0dde8;
    border-radius: 10px;
    padding: 0 44px 0 14px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    color: #1a1a2e;
    background: #fafafa;
    transition: border-color 0.2s, box-shadow 0.2s;
    box-sizing: border-box;
}

.tgf-fp-input:focus {
    outline: none;
    border-color: #48466D;
    box-shadow: 0 0 0 3px rgba(72, 70, 109, 0.12);
    background: #fff;
}

.tgf-fp-eye {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    color: #9a9aa8;
    font-size: 17px;
    padding: 0;
    line-height: 1;
}

.tgf-fp-confirm-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
}

/* Strength bar */
.tgf-fp-strength-bar {
    display: flex;
    gap: 4px;
    margin-top: 8px;
}

.tgf-fp-seg {
    flex: 1;
    height: 4px;
    border-radius: 2px;
    background: #e8e6f0;
    transition: background 0.2s;
}

.tgf-fp-strength-label {
    font-size: 12px;
    margin-top: 5px;
    font-weight: 500;
    min-height: 18px;
}

/* Token badge */
.tgf-fp-token-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    background: #EEEDFE;
    color: #3C3489;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 14px;
    margin-bottom: 20px;
}

/* Alerts */
.tgf-fp-alert {
    border-radius: 10px;
    font-size: 13px;
    line-height: 1.6;
    padding: 12px 14px;
    display: flex;
    align-items: flex-start;
    gap: 9px;
    text-align: left;
    margin-bottom: 16px;
}

.tgf-fp-alert i { flex-shrink: 0; font-size: 16px; margin-top: 1px; }

.tgf-fp-alert-info {
    background: #E6F1FB;
    color: #0C447C;
    border: 1px solid #B5D4F4;
}

.tgf-fp-alert-error {
    background: #FCEBEB;
    color: #A32D2D;
    border: 1px solid #F7C1C1;
}

/* Buttons */
.tgf-fp-btn-primary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 46px;
    background: #48466D;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 600;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    text-decoration: none;
    transition: background 0.2s, transform 0.1s;
    margin-top: 8px;
}

.tgf-fp-btn-primary:hover { background: #3C3489; color: #fff; }
.tgf-fp-btn-primary:active { transform: scale(0.98); }
.tgf-fp-btn-primary:disabled { opacity: 0.65; cursor: not-allowed; }

.tgf-fp-btn-secondary {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    width: 100%;
    height: 44px;
    background: transparent;
    color: #48466D;
    border: 1.5px solid #c8c5dc;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: border-color 0.2s, background 0.2s;
    margin-top: 4px;
}

.tgf-fp-btn-secondary:hover {
    border-color: #48466D;
    background: #EEEDFE;
}

.tgf-fp-btn-secondary:disabled { opacity: 0.5; cursor: not-allowed; }

/* Back link */
.tgf-fp-back-link {
    display: inline-flex;
    align-items: center;
    gap: 5px;
    margin-top: 18px;
    font-size: 13px;
    color: #9a9aa8;
    text-decoration: none;
    transition: color 0.2s;
}

.tgf-fp-back-link:hover { color: #48466D; }

/* Resend message */
.tgf-fp-resend-msg {
    font-size: 13px;
    margin-top: 8px;
    font-weight: 500;
}

.tgf-fp-resend-msg.success { color: #0F6E56; }
.tgf-fp-resend-msg.error   { color: #A32D2D; }



/* OTP input centré et lisible */
.tgf-fp-otp-input {
    text-align: center;
    font-size: 28px !important;
    font-weight: 700;
    letter-spacing: 0.2em;
    padding: 0 14px !important;
}/* End custom CSS */