.auth-access-wrap {
    max-width: 980px;
    margin-left: auto;
    margin-right: auto;
}

.auth-access-card {
    border-radius: 1.1rem;
    background: #fff;
}

.auth-access-sidebar {
    background: linear-gradient(165deg, #f4faf4 0%, #eef6ee 55%, #f8faf8 100%);
    border-right: 1px solid #e3ebe3;
}

.auth-access-sidebar-inner {
    padding: 1.75rem 1.25rem;
    height: 100%;
}

.auth-access-kicker {
    font-size: .78rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-transform: uppercase;
    color: var(--deli-green);
}

.auth-access-heading {
    font-size: 1.65rem;
    font-weight: 700;
    color: var(--deli-ink);
    margin-bottom: .35rem;
}

.auth-access-subtitle {
    font-size: .92rem;
    color: var(--deli-muted);
    margin-bottom: 1.5rem;
    line-height: 1.45;
}

.auth-access-nav {
    gap: .65rem;
}

.auth-access-nav-link {
    display: flex;
    align-items: center;
    gap: .85rem;
    padding: .9rem 1rem;
    border-radius: .85rem;
    border: 1px solid transparent;
    color: var(--deli-ink);
    text-decoration: none;
    transition: background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.auth-access-nav-link:hover,
.auth-access-nav-link:focus {
    background: rgba(255, 255, 255, .75);
    border-color: #d4e4d4;
    color: var(--deli-ink);
}

.auth-access-nav-link.active {
    background: #fff;
    border-color: #c8e6c9;
    box-shadow: 0 .35rem 1rem rgba(46, 125, 50, .12);
    color: var(--deli-green-dark);
}

.auth-access-nav-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: .7rem;
    background: rgba(46, 125, 50, .1);
    color: var(--deli-green);
    font-size: 1.15rem;
    flex-shrink: 0;
}

.auth-access-nav-link.active .auth-access-nav-icon {
    background: var(--deli-green);
    color: #fff;
}

.auth-access-nav-text {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.auth-access-nav-title {
    font-weight: 700;
    line-height: 1.25;
}

.auth-access-nav-desc {
    font-size: .82rem;
    color: var(--deli-muted);
    line-height: 1.3;
}

.auth-access-content-inner {
    padding: 1.75rem 1.5rem;
}

.auth-access-pane-title {
    font-size: 1.35rem;
    font-weight: 700;
    color: var(--deli-ink);
    margin-bottom: .35rem;
}

.auth-access-pane-lead {
    font-size: .92rem;
    color: var(--deli-muted);
    margin-bottom: 1.25rem;
}

.auth-access-section-title {
    font-size: 1rem;
    font-weight: 700;
    color: var(--deli-green-dark);
    margin: 1rem 0 .75rem;
}

.auth-access-form .form-control,
.auth-access-form .form-select {
    border-width: 2px;
    border-color: #cfd8cf;
}

.auth-access-form .form-control:focus,
.auth-access-form .form-select:focus {
    border-color: var(--deli-green);
    box-shadow: 0 0 0 .2rem rgba(46, 125, 50, .15);
}

.auth-access-content .social-login-block {
    margin-top: 1.5rem;
    padding-top: 1.25rem;
    border-top: 1px solid #e8efe8;
}

@media (max-width: 991.98px) {
    .auth-access-sidebar {
        border-right: 0;
        border-bottom: 1px solid #e3ebe3;
    }

    .auth-access-sidebar-inner {
        padding: 1.25rem 1rem 1rem;
    }

    .auth-access-heading {
        font-size: 1.35rem;
    }

    .auth-access-subtitle {
        margin-bottom: 1rem;
    }

    .auth-access-nav {
        flex-direction: row !important;
        gap: .5rem;
    }

    .auth-access-nav-link {
        flex: 1 1 0;
        flex-direction: column;
        text-align: center;
        padding: .75rem .5rem;
        gap: .45rem;
    }

    .auth-access-nav-text {
        align-items: center;
    }

    .auth-access-nav-desc {
        display: none;
    }

    .auth-access-content-inner {
        padding: 1.25rem 1rem 1.5rem;
    }
}

@media (max-width: 575.98px) {
    .auth-access-nav-title {
        font-size: .85rem;
    }

    .auth-access-nav-icon {
        width: 2.2rem;
        height: 2.2rem;
        font-size: 1rem;
    }
}
