#page-auth {
    --chogan-auth-primary: var(--color-1st, #7d47a3);
    --chogan-auth-primary-dark: #4d236e;
    --chogan-auth-text: #241d2a;
    --chogan-auth-muted: #756d7c;
    --chogan-auth-border: #e9e3ed;
    background:
        radial-gradient(circle at 7% 12%, rgba(154, 102, 188, 0.13), transparent 28rem),
        radial-gradient(circle at 92% 88%, rgba(76, 34, 106, 0.08), transparent 30rem),
        #f8f6fa;
}

#page-auth .chogan-auth-page {
    padding: 64px 0 76px;
    position: relative;
}

#page-auth .chogan-auth-page svg.icon {
    display: block;
    margin: 0 !important;
    vertical-align: middle;
}

#page-auth .chogan-auth-shell {
    background: #fff;
    border: 1px solid rgba(86, 50, 109, 0.1);
    border-radius: 30px;
    box-shadow: 0 28px 80px rgba(44, 25, 57, 0.14);
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(450px, 1.1fr);
    margin: 0 auto;
    max-width: 1080px;
    min-height: 700px;
    overflow: hidden;
}

#page-auth .chogan-auth-showcase {
    background:
        linear-gradient(145deg, rgba(29, 10, 43, 0.2), transparent 46%),
        linear-gradient(150deg, #35154d 0%, #6e3b91 55%, #9b62ba 100%);
    color: #fff;
    display: flex;
    flex-direction: column;
    isolation: isolate;
    justify-content: space-between;
    min-width: 0;
    overflow: hidden;
    padding: 46px 44px 40px;
    position: relative;
}

#page-auth .chogan-auth-showcase::after {
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 50%;
    content: "";
    height: 300px;
    position: absolute;
    right: -155px;
    top: 145px;
    width: 300px;
    z-index: -1;
}

#page-auth .chogan-auth-orb {
    background: rgba(255, 255, 255, 0.07);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    pointer-events: none;
    position: absolute;
    z-index: -1;
}

#page-auth .chogan-auth-orb--one {
    height: 250px;
    left: -115px;
    top: 190px;
    width: 250px;
}

#page-auth .chogan-auth-orb--two {
    bottom: -72px;
    height: 205px;
    right: -40px;
    width: 205px;
}

#page-auth .chogan-auth-brand {
    display: inline-flex;
    position: relative;
    width: fit-content;
    z-index: 1;
}

#page-auth .chogan-auth-brand img {
    filter: brightness(0) invert(1);
    height: auto;
    max-height: 58px;
    max-width: 245px;
    object-fit: contain;
    object-position: left center;
    width: auto;
}

#page-auth .chogan-auth-showcase__content {
    position: relative;
    z-index: 1;
}

#page-auth .chogan-auth-eyebrow {
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 999px;
    display: inline-flex;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.13em;
    margin-bottom: 22px;
    padding: 8px 13px;
}

#page-auth .chogan-auth-showcase h1 {
    color: #fff;
    font-size: clamp(34px, 3.3vw, 46px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.06;
    margin: 0 0 18px;
    max-width: 380px;
}

#page-auth .chogan-auth-showcase__content > p {
    color: rgba(255, 255, 255, 0.78);
    font-size: 15px;
    line-height: 1.7;
    margin: 0;
    max-width: 380px;
}

#page-auth .chogan-auth-benefits {
    display: grid;
    gap: 15px;
    list-style: none;
    margin: 32px 0 0;
    padding: 0;
}

#page-auth .chogan-auth-benefits li {
    align-items: center;
    color: rgba(255, 255, 255, 0.94);
    display: flex;
    font-size: 14px;
    gap: 12px;
    line-height: 1.4;
}

#page-auth .chogan-auth-benefits li > span {
    align-items: center;
    background: rgba(255, 255, 255, 0.12);
    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 11px;
    display: inline-flex;
    flex: 0 0 38px;
    height: 38px;
    justify-content: center;
    line-height: 0;
}

#page-auth .chogan-auth-benefits svg {
    height: 23px;
    stroke-width: 1.8;
    width: 23px;
}

#page-auth .chogan-auth-secure {
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    font-size: 12px;
    gap: 8px;
    letter-spacing: 0.02em;
    position: relative;
    z-index: 1;
}

#page-auth .chogan-auth-secure svg {
    height: 18px;
    width: 18px;
}

#page-auth .chogan-auth-form-panel {
    align-items: center;
    background: #fff;
    display: flex;
    min-width: 0;
}

#page-auth .chogan-auth-form-panel .auth-card {
    background: transparent !important;
    border: 0 !important;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    width: 100%;
}

#page-auth .chogan-auth-form-panel .auth-card__header {
    border: 0;
    padding: 44px 50px 8px !important;
}

#page-auth .chogan-auth-form-panel .auth-card__header .d-flex {
    align-items: center !important;
    flex-direction: row !important;
    gap: 15px !important;
}

#page-auth .chogan-auth-form-panel .auth-card__header-icon {
    align-items: center;
    background: linear-gradient(145deg, #f2ebf7, #faf7fc) !important;
    border: 1px solid #eadff1;
    border-radius: 15px !important;
    display: flex;
    flex: 0 0 54px;
    height: 54px;
    justify-content: center;
    padding: 0 !important;
}

#page-auth .chogan-auth-form-panel .auth-card__header-icon svg {
    color: var(--chogan-auth-primary) !important;
    height: 24px;
    stroke-width: 1.7;
    width: 24px;
}

#page-auth .chogan-auth-form-panel .auth-card__header-title {
    color: var(--chogan-auth-text);
    font-size: 27px !important;
    font-weight: 700;
    letter-spacing: -0.025em;
    line-height: 1.18;
    margin: 0 0 4px !important;
}

#page-auth .chogan-auth-form-panel .auth-card__header-description {
    color: var(--chogan-auth-muted) !important;
    font-size: 13px;
    line-height: 1.5;
    margin: 0;
    max-width: 370px;
}

#page-auth .chogan-auth-form-panel .auth-card__body {
    padding: 18px 50px 42px !important;
}

#page-auth .chogan-auth-form-panel form {
    padding-top: 0 !important;
}

#page-auth .chogan-auth-form-panel form > .mb-3,
#page-auth .chogan-auth-form-panel form .mb-3 {
    margin-bottom: 14px !important;
}

#page-auth .chogan-auth-form-panel form label:not(.form-check-label) {
    color: #554d5c;
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 7px;
}

#page-auth .chogan-auth-form-panel .position-relative,
#page-auth .chogan-auth-form-panel .input-group {
    min-width: 0;
}

#page-auth .chogan-auth-form-panel .form-control {
    background: #fbfafc !important;
    border: 1px solid var(--chogan-auth-border);
    border-radius: 13px !important;
    box-shadow: none !important;
    color: var(--chogan-auth-text);
    font-size: 15px;
    height: 54px;
    padding-bottom: 0;
    padding-top: 0;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    width: 100%;
}

#page-auth .chogan-auth-form-panel .form-control::placeholder {
    color: #aaa3af;
    opacity: 1;
}

#page-auth .chogan-auth-form-panel .form-control:focus {
    background: #fff !important;
    border-color: rgba(125, 71, 163, 0.75);
    box-shadow: 0 0 0 4px rgba(125, 71, 163, 0.1) !important;
}

#page-auth .chogan-auth-form-panel form .ps-5 {
    padding-inline-start: 46px !important;
}

#page-auth .chogan-auth-form-panel form .auth-input-icon {
    align-items: center;
    color: #8a8090;
    display: flex;
    inset-inline-start: 14px;
    padding: 0;
    pointer-events: none;
    position: absolute;
    top: 15px !important;
    z-index: 4;
}

#page-auth .chogan-auth-form-panel form .auth-input-icon svg {
    height: 21px;
    stroke-width: 1.6;
    width: 21px;
}

#page-auth .chogan-auth-form-panel .input-password-toggle {
    align-items: center;
    color: #857b8b;
    display: flex;
    height: 54px;
    inset-inline-end: 0;
    justify-content: center;
    top: 0;
    width: 48px;
}

#page-auth .chogan-auth-form-panel .input-password-toggle svg {
    height: 21px;
    width: 21px;
}

#page-auth .chogan-auth-form-panel .row.g-0.mb-3 {
    align-items: center;
    margin-top: 2px;
    row-gap: 8px;
}

#page-auth .chogan-auth-form-panel .chogan-auth-remember,
#page-auth .chogan-auth-form-panel .row.g-0.mb-3 a {
    font-size: 13px;
}

#page-auth .chogan-auth-form-panel .custome-checkbox .form-check-label {
    color: var(--chogan-auth-muted);
}

#page-auth .chogan-auth-form-panel .custome-checkbox .form-check-label::before {
    border: 1.5px solid #cfc6d5;
    border-radius: 5px;
    height: 18px;
    margin-right: 8px;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    width: 18px;
}

#page-auth .chogan-auth-form-panel .custome-checkbox input[type="checkbox"]:checked + .form-check-label::before {
    background: var(--chogan-auth-primary);
    border-color: var(--chogan-auth-primary);
}

#page-auth .chogan-auth-form-panel .custome-checkbox input[type="checkbox"] + .form-check-label::after {
    left: 4px;
    top: 49%;
}

#page-auth .chogan-auth-form-panel .text-decoration-underline {
    color: #4a414f;
    font-weight: 600;
    text-decoration-color: rgba(125, 71, 163, 0.35) !important;
    text-underline-offset: 3px;
}

#page-auth .chogan-auth-form-panel .text-decoration-underline:hover {
    color: var(--chogan-auth-primary);
    text-decoration-color: var(--chogan-auth-primary) !important;
}

#page-auth .chogan-auth-form-panel .chogan-auth-submit {
    align-items: center;
    background: linear-gradient(110deg, var(--chogan-auth-primary-dark), #8750aa 58%, #9a62bb);
    border: 0;
    border-radius: 13px;
    box-shadow: 0 12px 24px rgba(98, 51, 130, 0.22);
    color: #fff !important;
    display: flex;
    font-size: 15px;
    font-weight: 600;
    gap: 8px;
    height: 54px;
    justify-content: center;
    letter-spacing: 0.01em;
    margin-top: 4px;
    overflow: hidden;
    padding: 0 28px;
    position: relative;
    text-transform: none;
    transition: box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

#page-auth .chogan-auth-form-panel .chogan-auth-submit::before {
    background: linear-gradient(100deg, transparent, rgba(255, 255, 255, 0.18), transparent);
    content: "";
    height: 100%;
    left: -100%;
    position: absolute;
    top: 0;
    transition: left 0.55s ease;
    width: 65%;
}

#page-auth .chogan-auth-form-panel .chogan-auth-submit:hover {
    box-shadow: 0 15px 28px rgba(98, 51, 130, 0.3);
    color: #fff !important;
    transform: translateY(-2px);
}

#page-auth .chogan-auth-form-panel .chogan-auth-submit:hover::before {
    left: 130%;
}

#page-auth .chogan-auth-form-panel .chogan-auth-submit svg {
    height: 20px;
    stroke-width: 1.8;
    width: 20px;
}

#page-auth .chogan-auth-form-panel form > .mt-3.text-center {
    color: var(--chogan-auth-muted);
    font-size: 13px;
    margin-top: 17px !important;
}

#page-auth .chogan-auth-form-panel .login-options-title {
    border-top: 1px solid #eee9f1;
    margin: 25px 0 13px;
    padding: 20px 0 0;
}

#page-auth .chogan-auth-form-panel .login-options-title p {
    color: #8a828e;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    padding: 0;
}

#page-auth .chogan-auth-form-panel .social-icons,
#page-auth .chogan-auth-form-panel .social-icons.social-login-lg {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

#page-auth .chogan-auth-form-panel .social-icons.social-login-lg li,
#page-auth .chogan-auth-form-panel .social-login-basic li {
    margin: 0;
    min-width: 0;
    width: 100%;
}

#page-auth .chogan-auth-form-panel .social-icons.social-login-lg li > a,
#page-auth .chogan-auth-form-panel .social-login-basic .social-login {
    align-items: center;
    background: #fff !important;
    border: 1px solid var(--chogan-auth-border) !important;
    border-radius: 11px !important;
    box-shadow: none;
    color: #514857 !important;
    display: flex;
    font-size: 12px;
    font-weight: 600;
    gap: 8px;
    justify-content: center;
    margin: 0;
    min-height: 44px;
    padding: 9px 12px;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
    width: 100%;
}

#page-auth .chogan-auth-form-panel .social-icons.social-login-lg li > a:hover,
#page-auth .chogan-auth-form-panel .social-login-basic .social-login:hover {
    border-color: rgba(125, 71, 163, 0.38) !important;
    box-shadow: 0 8px 20px rgba(54, 28, 70, 0.08);
    transform: translateY(-1px);
}

#page-auth .chogan-auth-form-panel .social-icons.social-login-lg li > a svg {
    height: 19px;
    width: 19px;
}

#page-auth .chogan-auth-form-panel .social-login-basic {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
}

#page-auth .chogan-auth-form-panel .social-login-basic .social-login img {
    margin: 0;
    max-width: 20px;
    min-width: 20px;
}

#page-auth .chogan-auth-form-panel .alert {
    border: 0;
    border-radius: 11px;
    font-size: 13px;
    line-height: 1.5;
    padding: 12px 14px;
}

#page-auth .chogan-auth-shell--register {
    grid-template-columns: minmax(0, 0.86fr) minmax(510px, 1.14fr);
    max-width: 1160px;
    min-height: 790px;
}

#page-auth .chogan-auth-showcase--register h1 {
    font-size: clamp(34px, 3vw, 43px);
}

#page-auth .chogan-auth-form-panel--register .auth-card__header {
    padding: 36px 46px 6px !important;
}

#page-auth .chogan-auth-form-panel--register .auth-card__body {
    padding: 13px 46px 34px !important;
}

#page-auth .chogan-auth-form-panel--register form .mb-3 {
    margin-bottom: 11px !important;
}

#page-auth .chogan-auth-form-panel--register .form-control {
    height: 50px;
}

#page-auth .chogan-auth-form-panel--register .input-password-toggle {
    height: 50px;
}

#page-auth .chogan-auth-form-panel--register form .auth-input-icon {
    top: 13px !important;
}

#page-auth .chogan-auth-form-panel--register .iti {
    width: 100%;
}

#page-auth .chogan-auth-form-panel--register .form-check {
    align-items: flex-start;
    display: flex;
    gap: 9px;
    min-height: 0;
    padding: 3px 0;
}

#page-auth .chogan-auth-form-panel--register .form-check .form-check-input {
    border: 1.5px solid #cfc6d5;
    border-radius: 5px;
    box-shadow: none;
    flex: 0 0 18px;
    height: 18px;
    margin: 1px 0 0 !important;
    transition: border-color 0.2s ease, background-color 0.2s ease;
    width: 18px;
}

#page-auth .chogan-auth-form-panel--register .form-check .form-check-input:checked {
    background-color: var(--chogan-auth-primary);
    border-color: var(--chogan-auth-primary);
}

#page-auth .chogan-auth-form-panel--register .form-check .form-check-input:focus {
    box-shadow: 0 0 0 4px rgba(125, 71, 163, 0.1);
}

#page-auth .chogan-auth-form-panel--register .form-check .form-check-label {
    color: var(--chogan-auth-muted);
    font-size: 12px;
    line-height: 1.55;
}

#page-auth .chogan-auth-form-panel--register .invalid-feedback,
#page-auth .chogan-auth-form-panel--register .text-danger {
    font-size: 12px;
    line-height: 1.4;
}

#page-auth .chogan-auth-form-panel--register .chogan-auth-submit {
    height: 52px;
    margin-top: 2px;
}

#page-auth .chogan-auth-form-panel--register form > .mt-3.text-center {
    margin-top: 14px !important;
}

#page-auth .chogan-auth-form-panel--register .login-options-title {
    margin-top: 21px;
    padding-top: 17px;
}

@media (max-width: 991px) {
    #page-auth .chogan-auth-page {
        padding: 42px 0 56px;
    }

    #page-auth .chogan-auth-shell {
        grid-template-columns: minmax(300px, 0.8fr) minmax(420px, 1.2fr);
    }

    #page-auth .chogan-auth-shell--register {
        grid-template-columns: minmax(280px, 0.75fr) minmax(430px, 1.25fr);
    }

    #page-auth .chogan-auth-showcase {
        padding: 38px 32px 34px;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header {
        padding-inline: 36px !important;
    }

    #page-auth .chogan-auth-form-panel .auth-card__body {
        padding-inline: 36px !important;
    }

    #page-auth .chogan-auth-form-panel--register .auth-card__header,
    #page-auth .chogan-auth-form-panel--register .auth-card__body {
        padding-inline: 32px !important;
    }
}

@media (max-width: 767px) {
    #page-auth .chogan-auth-page {
        padding: 22px 0 38px;
    }

    #page-auth .chogan-auth-page > .container {
        padding-left: 14px;
        padding-right: 14px;
    }

    #page-auth .chogan-auth-shell {
        border-radius: 23px;
        display: block;
        min-height: 0;
    }

    #page-auth .chogan-auth-shell--register {
        min-height: 0;
    }

    #page-auth .chogan-auth-showcase {
        align-items: center;
        min-height: 112px;
        padding: 26px 24px;
    }

    #page-auth .chogan-auth-showcase::after {
        height: 180px;
        right: -80px;
        top: -90px;
        width: 180px;
    }

    #page-auth .chogan-auth-orb--one {
        height: 150px;
        left: -70px;
        top: -80px;
        width: 150px;
    }

    #page-auth .chogan-auth-orb--two,
    #page-auth .chogan-auth-showcase__content,
    #page-auth .chogan-auth-secure {
        display: none;
    }

    #page-auth .chogan-auth-brand {
        margin: auto;
    }

    #page-auth .chogan-auth-brand img {
        max-height: 48px;
        max-width: min(230px, 72vw);
        object-position: center;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header {
        padding: 28px 24px 7px !important;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header .d-flex {
        align-items: center !important;
        flex-direction: row !important;
        gap: 12px !important;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header-icon {
        border-radius: 13px !important;
        flex-basis: 46px;
        height: 46px;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header-icon svg {
        height: 21px;
        width: 21px;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header-title {
        font-size: 23px !important;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header-description {
        font-size: 12px;
        line-height: 1.45;
    }

    #page-auth .chogan-auth-form-panel .auth-card__body {
        padding: 15px 24px 30px !important;
    }

    #page-auth .chogan-auth-form-panel--register .auth-card__header {
        padding: 27px 24px 6px !important;
    }

    #page-auth .chogan-auth-form-panel--register .auth-card__body {
        padding: 13px 24px 29px !important;
    }

    #page-auth .chogan-auth-form-panel .form-control,
    #page-auth .chogan-auth-form-panel .input-password-toggle,
    #page-auth .chogan-auth-form-panel .chogan-auth-submit {
        height: 52px;
    }

    #page-auth .chogan-auth-form-panel form .auth-input-icon {
        top: 14px !important;
    }
}

@media (max-width: 420px) {
    #page-auth .chogan-auth-page > .container {
        padding-left: 10px;
        padding-right: 10px;
    }

    #page-auth .chogan-auth-shell {
        border-radius: 20px;
    }

    #page-auth .chogan-auth-showcase {
        min-height: 98px;
        padding: 22px 18px;
    }

    #page-auth .chogan-auth-brand img {
        max-height: 43px;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header {
        padding: 24px 19px 6px !important;
    }

    #page-auth .chogan-auth-form-panel .auth-card__body {
        padding: 14px 19px 26px !important;
    }

    #page-auth .chogan-auth-form-panel .auth-card__header-icon {
        display: none;
    }

    #page-auth .chogan-auth-form-panel .row.g-0.mb-3 > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: left !important;
    }

    #page-auth .chogan-auth-form-panel .social-icons,
    #page-auth .chogan-auth-form-panel .social-icons.social-login-lg,
    #page-auth .chogan-auth-form-panel .social-login-basic {
        grid-template-columns: 1fr;
    }
}

@media (prefers-reduced-motion: reduce) {
    #page-auth .chogan-auth-form-panel .chogan-auth-submit,
    #page-auth .chogan-auth-form-panel .chogan-auth-submit::before,
    #page-auth .chogan-auth-form-panel .social-icons li > a,
    #page-auth .chogan-auth-form-panel .social-login-basic .social-login {
        transition: none;
    }
}
