.account-access {
    --auth-primary: #246bfd;
    --auth-secondary: #193b72;
    background:
        radial-gradient(circle at 8% 18%, rgba(36, 107, 253, .11), transparent 30%),
        radial-gradient(circle at 92% 84%, rgba(25, 59, 114, .10), transparent 28%),
        #f6f8fc;
    min-height: 100vh;
    padding: 0;
}

.member-access-page {
    background: #f6f8fc;
    margin: 0;
    min-height: 100vh;
}

.member-access-page .account-access > .container {
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
}

.account-access .auth-shell {
    background: #fff;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    display: grid;
    grid-template-columns: minmax(420px, 1.08fr) minmax(430px, .92fr);
    margin: 0 auto;
    max-width: none;
    min-height: 100vh;
    overflow: hidden;
}

.account-access .auth-shell.auth-shell-register {
    max-width: none;
}

.account-access .auth-aside {
    background:
        linear-gradient(145deg, rgba(255, 255, 255, .08), transparent 46%),
        linear-gradient(145deg, var(--auth-secondary), var(--auth-primary));
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    padding: clamp(48px, 5vw, 76px);
    position: relative;
}

.account-access .auth-aside::before,
.account-access .auth-aside::after {
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 50%;
    content: "";
    height: 260px;
    position: absolute;
    right: -130px;
    top: -80px;
    width: 260px;
}

.account-access .auth-aside::after {
    bottom: -125px;
    height: 330px;
    left: -155px;
    right: auto;
    top: auto;
    width: 330px;
}

.account-access .auth-brand,
.account-access .auth-aside-content,
.account-access .auth-aside-footer {
    position: relative;
    z-index: 1;
}

.account-access .auth-brand {
    align-items: center;
    color: #fff;
    display: inline-flex;
    font-size: 18px;
    font-weight: 700;
    gap: 12px;
}

.account-access .auth-brand:hover { color: #fff; }

.account-access .auth-brand-mark {
    align-items: center;
    background: rgba(255, 255, 255, .16);
    border: 1px solid rgba(255, 255, 255, .26);
    border-radius: 13px;
    display: inline-flex;
    font-size: 24px;
    height: 48px;
    justify-content: center;
    width: 48px;
}

.account-access .auth-aside h2 {
    color: #fff;
    font-size: 35px;
    line-height: 1.3;
    margin: 0 0 16px;
}

.account-access .auth-aside p {
    color: rgba(255, 255, 255, .8);
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
}

.account-access .auth-benefits {
    list-style: none;
    margin: 30px 0 0;
    padding: 0;
}

.account-access .auth-benefits li {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 16px;
}

.account-access .auth-benefits i {
    align-items: center;
    background: rgba(255, 255, 255, .15);
    border-radius: 9px;
    display: inline-flex;
    font-size: 18px;
    height: 34px;
    justify-content: center;
    width: 34px;
}

.account-access .auth-aside-footer {
    color: rgba(255, 255, 255, .72);
    font-size: 13px;
}

.account-access .auth-main {
    align-items: center;
    display: flex;
    padding: 54px clamp(34px, 6vw, 88px);
}

.account-access .auth-form-wrap { margin: 0 auto; max-width: 520px; width: 100%; }
.account-access .auth-shell-register .auth-form-wrap { max-width: 780px; }

.account-access .auth-back {
    align-items: center;
    color: #7d899d;
    display: inline-flex;
    font-size: 13px;
    font-weight: 600;
    gap: 6px;
    margin-bottom: 34px;
}

.account-access .auth-back:hover { color: var(--auth-primary); }

.account-access .auth-heading { margin-bottom: 30px; }

.account-access .auth-eyebrow {
    color: var(--auth-primary);
    display: block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .08em;
    margin-bottom: 9px;
    text-transform: uppercase;
}

.account-access .auth-heading h1 {
    color: #19243a;
    font-size: 31px;
    line-height: 1.3;
    margin: 0 0 9px;
}

.account-access .auth-heading p {
    color: #77839a;
    line-height: 1.7;
    margin: 0;
}

.account-access .form-group { margin-bottom: 20px; }

.account-access .form-group label {
    color: #34415a;
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 8px;
}

.account-access .auth-input {
    position: relative;
}

.account-access .auth-input > i {
    color: #9aa6ba;
    font-size: 20px;
    left: 16px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
}

.account-access .auth-input .form-control {
    background: #fbfcfe;
    border: 1px solid #dfe5ef;
    border-radius: 11px;
    box-shadow: none;
    color: #1f2a40;
    font-size: 15px;
    height: 50px;
    padding: 10px 46px;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.account-access .auth-input .form-control:focus,
.account-access select.form-control:focus {
    background: #fff;
    border-color: var(--auth-primary);
    box-shadow: 0 0 0 3px rgba(36, 107, 253, .11);
}

.account-access .auth-input .form-control.auth-no-trailing { padding-right: 16px; }

.account-access .password-toggle {
    background: transparent;
    border: 0;
    color: #8591a6;
    cursor: pointer;
    font-size: 20px;
    padding: 8px;
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}

.account-access select.form-control {
    background-color: #fbfcfe;
    border: 1px solid #dfe5ef;
    border-radius: 11px;
    box-shadow: none;
    height: 50px !important;
    padding: 8px 14px;
}

.account-access .nice-select {
    border: 1px solid #dfe5ef;
    border-radius: 11px;
    float: none;
    height: 50px;
    line-height: 48px;
    width: 100%;
}

.account-access .nice-select .list { width: 100%; }

.account-access .auth-row-actions {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: -2px 0 24px;
}

.account-access .auth-check {
    align-items: flex-start;
    color: #66738a;
    display: flex;
    font-size: 14px;
    gap: 8px;
    line-height: 1.5;
}

.account-access .auth-check input { margin-top: 4px; }

.account-access a { color: var(--auth-primary); }

.account-access .auth-link { font-size: 14px; font-weight: 600; }

.account-access .auth-submit {
    align-items: center;
    background: linear-gradient(135deg, var(--auth-primary), var(--auth-secondary));
    border: 0;
    border-radius: 11px;
    box-shadow: 0 10px 24px rgba(36, 107, 253, .2);
    color: #fff;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    transition: transform .2s ease, box-shadow .2s ease;
    width: 100%;
}

.account-access .auth-submit:hover {
    box-shadow: 0 14px 30px rgba(36, 107, 253, .28);
    color: #fff;
    transform: translateY(-1px);
}

.account-access .auth-submit:disabled { cursor: wait; opacity: .68; transform: none; }

.account-access .auth-switch {
    color: #718096;
    font-size: 14px;
    margin: 24px 0 0;
    text-align: center;
}

.account-access .auth-message,
.account-access .validation-summary-errors {
    background: #fff2f2;
    border: 1px solid #ffd1d1;
    border-radius: 9px;
    color: #c43d3d;
    font-size: 14px;
    margin-bottom: 18px;
    padding: 11px 14px;
}

.account-access .auth-message:empty { display: none; }
.account-access .validation-summary-valid { display: none; }
.account-access .auth-message.is-success { background: #effbf5; border-color: #bcebd2; color: #218657; }
.account-access .validation-summary-errors ul { list-style: none; margin: 0; padding: 0; }

.account-access .auth-field-help {
    color: #8b96a9;
    display: block;
    font-size: 12px;
    margin-top: 6px;
}

.account-access .auth-divider {
    align-items: center;
    color: #9aa5b8;
    display: flex;
    font-size: 12px;
    gap: 12px;
    margin: 22px 0;
}

.account-access .auth-divider::before,
.account-access .auth-divider::after { background: #e7ebf2; content: ""; flex: 1; height: 1px; }

.account-access .code-row { display: flex; gap: 10px; }
.account-access .code-row .auth-input { flex: 1; }
.account-access .code-button {
    background: #edf3ff;
    border: 1px solid #d5e2ff;
    border-radius: 11px;
    color: var(--auth-primary);
    flex: 0 0 128px;
    font-size: 13px;
    font-weight: 700;
    padding: 0 12px;
}
.account-access .code-button:disabled { color: #8995aa; cursor: wait; }

.account-access .channel-options {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin-bottom: 20px;
}

.account-access .channel-option { margin: 0; position: relative; }
.account-access .channel-option input { opacity: 0; position: absolute; }
.account-access .channel-option span {
    align-items: center;
    background: #fbfcfe;
    border: 1px solid #dfe5ef;
    border-radius: 10px;
    color: #5f6c83;
    cursor: pointer;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    padding: 11px;
}
.account-access .channel-option input:checked + span {
    background: #edf3ff;
    border-color: var(--auth-primary);
    color: var(--auth-primary);
}

.account-access .security-note {
    align-items: flex-start;
    background: #f7f9fc;
    border-radius: 10px;
    color: #718096;
    display: flex;
    font-size: 13px;
    gap: 9px;
    line-height: 1.6;
    margin-top: 18px;
    padding: 12px 14px;
}

@media (max-width: 991.98px) {
    .account-access { padding: 0; }
    .account-access .auth-shell { grid-template-columns: 1fr; max-width: 700px; }
    .account-access .auth-aside { min-height: 280px; padding: 36px; }
    .account-access .auth-benefits { display: flex; flex-wrap: wrap; gap: 12px 20px; }
    .account-access .auth-benefits li { margin-top: 0; }
    .account-access .auth-aside-footer { margin-top: 30px; }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .account-access .auth-shell-register { grid-template-columns: minmax(330px, 38%) minmax(0, 62%); }
    .account-access .auth-shell-register .auth-aside { padding: 44px 38px; }
    .account-access .auth-shell-register .auth-main { padding-left: 38px; padding-right: 38px; }
}

@media (max-width: 575.98px) {
    .account-access { padding: 0; }
    .account-access .auth-shell { border-radius: 0; }
    .account-access .auth-aside { min-height: 230px; padding: 28px 24px; }
    .account-access .auth-aside h2 { font-size: 28px; }
    .account-access .auth-benefits { display: none; }
    .account-access .auth-main { padding: 34px 24px; }
    .account-access .auth-heading h1 { font-size: 27px; }
    .account-access .auth-row-actions { align-items: flex-start; gap: 12px; }
    .account-access .code-row { display: block; }
    .account-access .code-button { height: 44px; margin-top: 9px; width: 100%; }
}
