:root {
    --nr-dark: #071721;
    --nr-dark-2: #0c2635;
    --nr-blue: #0f7ca8;
    --nr-cyan: #35c4d8;
    --nr-red: #e3383f;
    --nr-orange: #ff9f1c;
    --nr-soft: #f4f8fb;
    --nr-border: rgba(7, 23, 33, .12);
    --nr-text: #132b38;
    --nr-muted: #6b7f8c;
}






.nr-btn-outline,
.nr-btn-primary,
.nr-submit-btn {
    min-height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    border-radius: 999px;
    font-weight: 820;
    white-space: nowrap;
}

.nr-btn-outline {
    border: 1px solid rgba(15, 124, 168, .22);
    color: var(--nr-blue);
    background: #fff;
}

.nr-btn-outline:hover {
    color: #fff;
    background: var(--nr-blue);
}

.nr-btn-primary,
.nr-submit-btn {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--nr-red), var(--nr-blue));
    box-shadow: 0 14px 28px rgba(15, 124, 168, .22);
}

.nr-btn-primary:hover,
.nr-submit-btn:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 18px 36px rgba(15, 124, 168, .30);
}

.nr-navbar-toggler {
    width: 46px;
    height: 44px;
    padding: 0;
    border: 1px solid rgba(15, 124, 168, .18);
    border-radius: 14px;
    box-shadow: none !important;
}

.nr-navbar-toggler span {
    display: block;
    width: 22px;
    height: 2px;
    margin: 5px auto;
    border-radius: 999px;
    background: var(--nr-dark);
}

.nr-auth-main {
    overflow: hidden;
}

.nr-auth-hero {
    position: relative;
    min-height: calc(50vh - 124px);
    display: flex;
    align-items: center;
    padding: 72px 0;
    background:
        radial-gradient(circle at 8% 12%, rgba(53, 196, 216, .20), transparent 32%),
        radial-gradient(circle at 92% 8%, rgba(227, 56, 63, .13), transparent 28%),
        linear-gradient(180deg, #ffffff, #eef6fa 72%, #ffffff);
}

.nr-auth-hero::before {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 220px;
    background: linear-gradient(135deg, rgba(7, 23, 33, .96), rgba(15, 124, 168, .86));
    clip-path: polygon(0 34%, 100% 0, 100% 100%, 0 100%);
    opacity: .08;
}

.nr-auth-intro,
.nr-auth-card {
    position: relative;
    z-index: 1;
    height: 100%;
}

.nr-auth-intro {
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
    border-radius: 34px;
    color: #fff;
    background:
        linear-gradient(145deg, rgba(7, 23, 33, .93), rgba(15, 124, 168, .72)),
        url('https://images.unsplash.com/photo-1500534314209-a25ddb2bd429?auto=format&fit=crop&w=1500&q=80') center/cover;
    box-shadow: 0 30px 90px rgba(7, 23, 33, .20);
    overflow: hidden;
}

.nr-auth-intro::after {
    content: "";
    position: absolute;
    width: 260px;
    height: 260px;
    right: -90px;
    bottom: -90px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .12);
}

.nr-kicker,
.nr-auth-heading span {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    margin-bottom: 18px;
    color: var(--nr-cyan);
    font-weight: 850;
    font-size: .78rem;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.nr-auth-intro h1 {
    max-width: 620px;
    margin: 0 0 22px;
    font-size: clamp(2.0rem, 3vw, 3.35rem);
    line-height: 1;
    letter-spacing: -.06em;
}

.nr-auth-intro p {
    max-width: 560px;
    margin: 0;
    color: rgba(255, 255, 255, .80);
    font-size: 1.06rem;
    line-height: 1.85;
}

.nr-auth-benefits,
.nr-mini-process {
    display: grid;
    gap: 14px;
    margin-top: 34px;
}

.nr-auth-benefits div,
.nr-mini-process div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 8px 8px;
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 22px;
    background: rgba(255, 255, 255, .10);
    backdrop-filter: blur(16px);
}

.nr-auth-benefits i {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    color: #fff;
    background: rgba(227, 56, 63, .85);
}

.nr-mini-process {
    grid-template-columns: repeat(3, 1fr);
}

.nr-mini-process b {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    border-radius: 14px;
    color: #fff;
    background: var(--nr-red);
}

.nr-auth-card {
    padding: 42px;
    border: 1px solid rgba(255, 255, 255, .80);
    border-radius: 34px;
    background: rgba(255, 255, 255, .92);
    box-shadow: 0 30px 90px rgba(7, 23, 33, .12);
    backdrop-filter: blur(20px);
}

.nr-auth-heading {
    margin-bottom: 28px;
}

.nr-auth-heading h2 {
    margin: 0 0 10px;
    color: var(--nr-dark);
    font-size: clamp(1.8rem, 3vw, 2.4rem);
    font-weight: 880;
    letter-spacing: -.045em;
}

.nr-auth-heading p {
    margin: 0;
    color: var(--nr-muted);
    line-height: 1.75;
}

.nr-auth-form {
    display: grid;
    gap: 16px;
}

.nr-field .form-control,
.nr-field .form-select {
    min-height: 60px;
    border: 1px solid var(--nr-border);
    border-radius: 18px;
    color: var(--nr-text);
    background-color: #fff;
    box-shadow: none;
}

.nr-field .form-control:focus,
.nr-field .form-select:focus {
    border-color: rgba(15, 124, 168, .55);
    box-shadow: 0 0 0 .25rem rgba(15, 124, 168, .12);
}

.nr-password-field {
    position: relative;
}

.nr-password-field .form-control {
    padding-right: 56px;
}

.nr-password-toggle {
    position: absolute;
    right: 16px;
    top: 50%;
    z-index: 4;
    width: 34px;
    height: 34px;
    border: 0;
    border-radius: 12px;
    color: var(--nr-muted);
    background: rgba(15, 124, 168, .08);
    transform: translateY(-50%);
}

.nr-form-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    font-size: .94rem;
}

.nr-link,
.nr-auth-switch a,
.nr-admin-access a,
.nr-terms-box a {
    color: var(--nr-blue);
    font-weight: 820;
    text-decoration: none;
}

.nr-link:hover,
.nr-auth-switch a:hover,
.nr-admin-access a:hover,
.nr-terms-box a:hover {
    color: var(--nr-red);
}

.form-check-input:checked {
    border-color: var(--nr-blue);
    background-color: var(--nr-blue);
}

.nr-terms-box {
    padding: 16px 16px 16px 44px;
    border: 1px solid var(--nr-border);
    border-radius: 18px;
    background: rgba(244, 248, 251, .78);
    color: var(--nr-muted);
    line-height: 1.6;
}

.nr-submit-btn {
    min-height: 58px;
    margin-top: 4px;
    border-radius: 18px;
}

.nr-auth-switch {
    margin-top: 22px;
    padding-top: 22px;
    border-top: 1px solid var(--nr-border);
    color: var(--nr-muted);
    text-align: center;
}

.nr-admin-access {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 16px;
    padding: 14px 16px;
    border: 1px dashed rgba(15, 124, 168, .28);
    border-radius: 18px;
    color: var(--nr-muted);
    background: rgba(15, 124, 168, .06);
    font-size: .92rem;
}

.nr-admin-access i {
    color: var(--nr-blue);
}





@media (max-width: 991.98px) {


    .nr-auth-hero {
        min-height: auto;
        padding: 34px 0;
    }

    .nr-auth-intro {
        min-height: auto;
        padding: 34px;
    }

    .nr-auth-card {
        padding: 32px;
    }

    .nr-mini-process {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 575.98px) {
    .nr-header-actions {
        grid-template-columns: 1fr;
    }

    .nr-auth-hero {
        padding: 22px 0;
    }

    .nr-auth-intro,
    .nr-auth-card {
        padding: 24px;
        border-radius: 26px;
    }

    .nr-auth-intro h1 {
        font-size: 2.1rem;
    }

    .nr-form-row {
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
    }


}