/* ==========================================================================
   GET YOUR REGISTRATION CODE — regenerate_card.php
   ==========================================================================

   This page used to be styled by AdminLTE loaded from backend/admin/..., a
   path that does not exist in this project. Every one of those stylesheets
   404'd, so the page rendered as unstyled browser defaults with a broken
   logo image.

   It is a separate file rather than an addition to style.css only because
   style.css is currently owned by another user and not writable here. Load it
   after style.css; it uses that file's design tokens (--cft-*), so the page
   picks up the site's colours and typeface automatically.
   ========================================================================== */

body.home-six .code-recovery {
    padding: 70px 0 90px;
    background: var(--cft-page, #ffffff);
    min-height: 70vh;
}

body.home-six .code-recovery__card {
    max-width: 520px;
    margin: 0 auto;
    background: var(--cft-surface, #ffffff);
    border: 1px solid var(--cft-border, #e4e7f2);
    border-radius: var(--cft-radius, 14px);
    box-shadow: var(--cft-shadow, 0 20px 50px rgba(19, 31, 77, .10));
    padding: 38px 34px 30px;
    text-align: center;
}

body.home-six .code-recovery__logo {
    display: block;
    height: 58px;
    width: auto;
    margin: 0 auto 22px;
}

body.home-six .code-recovery__title {
    font-size: 1.6rem;
    font-weight: 800;
    line-height: 1.15;
    color: var(--cft-blue-deep, #131f4d);
    margin: 0 0 12px;
    letter-spacing: -0.01em;
}

body.home-six .code-recovery__lead {
    font-size: 0.98rem;
    color: var(--cft-muted, #4c556a);
    margin: 0 0 24px;
}

body.home-six .code-recovery__notice,
body.home-six .code-recovery__error {
    border-radius: 12px;
    padding: 12px 16px;
    margin: 0 0 20px;
    font-size: 0.95rem;
    text-align: left;
}

body.home-six .code-recovery__notice {
    background: var(--cft-blue-soft, #eaecf8);
    color: var(--cft-blue-deep, #131f4d);
    border: 1px solid #d7dcf4;
}

body.home-six .code-recovery__error {
    background: #fdecec;
    color: #8f1a1a;
    border: 1px solid #f5c6c6;
}

body.home-six .code-recovery__form .form-ctrl {
    margin-bottom: 16px;
    text-align: left;
}

body.home-six .code-recovery__form input[type="email"] {
    width: 100%;
    display: block;
    border: 1px solid var(--cft-border, #e4e7f2);
    border-radius: 14px;
    padding: 13px 16px;
    background: #ffffff;
    color: var(--cft-text, #232934);
    font-size: 15px;
    font-family: var(--cft-font, 'Outfit', 'Segoe UI', Arial, sans-serif);
    outline: none;
    transition: border-color .2s ease, box-shadow .2s ease;
}

body.home-six .code-recovery__form input[type="email"]:focus {
    border-color: var(--cft-link, #3644a9);
    box-shadow: 0 0 0 3px rgba(54, 68, 169, .12);
}

body.home-six .code-recovery__form input::placeholder {
    color: var(--cft-muted-soft, #7c849b);
}

body.home-six .code-recovery__field-error {
    color: var(--cft-red, #ce0000);
    font-size: 0.85rem;
    margin-top: 6px;
}

/* The site's own button styling lives on .submit-btn button in style.css;
   these two only cover the case where this page is opened before that file
   has loaded from cache. */
body.home-six .code-recovery .submit-btn button {
    width: 100%;
    border: none;
    border-radius: 999px;
    padding: 14px 22px;
    font-weight: 700;
    font-family: var(--cft-font, 'Outfit', 'Segoe UI', Arial, sans-serif);
    color: #ffffff;
    background: var(--cft-red, #ce0000);
    cursor: pointer;
}

body.home-six .code-recovery .submit-btn button:hover {
    background: #b00000;
}

body.home-six .code-recovery__foot {
    margin: 20px 0 0;
    font-size: 0.95rem;
    color: var(--cft-muted, #4c556a);
}

body.home-six .code-recovery__foot a {
    color: var(--cft-red, #ce0000);
    font-weight: 700;
    text-decoration: none;
}

body.home-six .code-recovery__foot a:hover {
    text-decoration: underline;
}

@media only screen and (max-width: 575px) {
    body.home-six .code-recovery {
        padding: 40px 0 60px;
    }

    body.home-six .code-recovery__card {
        padding: 28px 20px 24px;
    }

    body.home-six .code-recovery__title {
        font-size: 1.35rem;
    }
}
