.bd-auth6 {
    min-height: 100vh;
    margin: 0;
    color: #111827;
    background:
        radial-gradient(circle at 12% 8%, rgba(24, 92, 255, 0.18), transparent 24%),
        radial-gradient(circle at 90% 10%, rgba(20, 184, 166, 0.18), transparent 25%),
        linear-gradient(180deg, #f4f7fb 0%, #ffffff 100%);
    font-family: Inter, Arial, sans-serif;
}

.bd-auth6 * {
    box-sizing: border-box;
}

.bd-auth6-page {
    min-height: 100vh;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(360px, 520px);
}

.bd-auth6-brand {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 48px;
    color: #ffffff;
    background:
        radial-gradient(circle at 16% 12%, rgba(255, 255, 255, 0.28), transparent 20%),
        radial-gradient(circle at 84% 24%, rgba(20, 184, 166, 0.48), transparent 28%),
        linear-gradient(135deg, #071529 0%, #1646d2 58%, var(--auth-accent) 100%);
}

.bd-auth6-brand:after {
    content: "";
    position: absolute;
    right: -100px;
    bottom: -120px;
    width: 330px;
    height: 330px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.22);
}

.bd-auth6-logo,
.bd-auth6-brand-copy,
.bd-auth6-points {
    position: relative;
    z-index: 1;
}

.bd-auth6-logo {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 900;
}

.bd-auth6-logo-mark {
    width: 48px;
    height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    color: #071529;
    background: #ffffff;
    box-shadow: 0 18px 38px rgba(0, 0, 0, 0.16);
}

.bd-auth6-brand-copy h1 {
    max-width: 620px;
    margin: 0;
    color: #ffffff;
    font-size: 44px;
    line-height: 1.05;
    font-weight: 900;
    letter-spacing: 0;
}

.bd-auth6-brand-copy p {
    max-width: 560px;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.74);
    font-size: 16px;
    line-height: 1.7;
}

.bd-auth6-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 700px;
}

.bd-auth6-point {
    min-height: 112px;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.12);
    backdrop-filter: blur(14px);
}

.bd-auth6-point i {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 13px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
}

.bd-auth6-point strong {
    display: block;
    margin-top: 12px;
    color: #ffffff;
    font-size: 13px;
    line-height: 1.25;
    font-weight: 900;
}

.bd-auth6-form-zone {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 44px 26px;
}

.bd-auth6-card {
    width: 100%;
    max-width: 440px;
    border: 1px solid rgba(15, 23, 42, 0.1);
    border-radius: 28px;
    padding: 28px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.1);
}

.bd-auth6-mobile-logo {
    display: none;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 22px;
    color: #111827;
    font-weight: 900;
}

.bd-auth6-mobile-logo .bd-auth6-logo-mark {
    width: 42px;
    height: 42px;
    color: #ffffff;
    background: linear-gradient(135deg, #071529, var(--auth-accent));
}

.bd-auth6-card h2 {
    margin: 0;
    color: #111827;
    font-size: 28px;
    line-height: 1.15;
    font-weight: 900;
    letter-spacing: 0;
}

.bd-auth6-card p {
    margin: 8px 0 24px;
    color: #64748b;
    font-size: 14px;
    line-height: 1.6;
}

.bd-auth6 .input-style {
    position: relative;
    margin-bottom: 16px !important;
}

.bd-auth6 .input-style i {
    position: absolute !important;
    left: 12px !important;
    top: 7px !important;
    transform: none !important;
    z-index: 3 !important;
    width: 44px !important;
    height: 44px !important;
    min-width: 44px !important;
    min-height: 44px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 15px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #1646d2, var(--auth-accent)) !important;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    font-size: 16px !important;
    text-align: center !important;
    overflow: hidden !important;
    box-shadow: 0 12px 24px var(--auth-shadow);
}

.bd-auth6 .input-style i:before {
    display: block !important;
    width: auto !important;
    height: auto !important;
    line-height: 1 !important;
    margin: 0 !important;
    color: #ffffff !important;
}

.bd-auth6 .input-style label,
.bd-auth6 .input-style em {
    display: none !important;
}

.bd-auth6 .form-control {
    width: 100%;
    min-height: 58px;
    border: 1px solid rgba(15, 23, 42, 0.1) !important;
    border-radius: 18px !important;
    padding: 16px 16px 16px 72px !important;
    color: #111827 !important;
    background: #f8fafc !important;
    box-shadow: none !important;
}

.bd-auth6 .form-control:focus {
    border-color: var(--auth-accent) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 4px var(--auth-soft) !important;
}

.bd-auth6 select.form-control {
    color: #111827 !important;
}

.bd-auth6 .btn,
.bd-auth6-primary {
    width: 100%;
    min-height: 56px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0 !important;
    border-radius: 18px !important;
    color: #ffffff !important;
    background: linear-gradient(135deg, #1646d2, var(--auth-accent)) !important;
    box-shadow: 0 18px 34px var(--auth-shadow);
    font-weight: 900 !important;
}

.bd-auth6-secondary-link {
    color: #111827;
    font-weight: 800;
}

.bd-auth6-secondary-link b,
.bd-auth6 .color-highlight {
    color: var(--auth-accent) !important;
}

.bd-auth6-step {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 34px;
    margin-bottom: 18px;
    padding: 0 12px;
    border-radius: 999px;
    color: var(--auth-accent);
    background: var(--auth-soft);
    font-size: 12px;
    font-weight: 900;
}

.bd-auth6-links {
    display: grid;
    gap: 8px;
    margin-top: 20px;
    text-align: center;
}

.bd-auth6-register-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0 12px;
}

.bd-auth6-register-grid .input-style {
    min-width: 0;
}

#verCon,
#keyCon {
    display: none;
}

#lga option,
#ward option,
.bd-auth6 option {
    color: #000000 !important;
}

@media (max-width: 991px) {
    .bd-auth6-page {
        display: block;
        min-height: 100vh;
    }

    .bd-auth6-brand {
        display: none;
    }

    .bd-auth6-form-zone {
        min-height: 100vh;
        padding: 24px 14px;
    }

    .bd-auth6-card {
        padding: 24px 18px;
        border-radius: 24px;
    }

    .bd-auth6-mobile-logo {
        display: flex;
    }

    .bd-auth6-register-grid {
        grid-template-columns: 1fr;
    }
}
