body.auth-ui {
    min-height: 100vh;
    background:
        radial-gradient(circle at top left, rgba(61, 169, 245, 0.24), transparent 30%),
        radial-gradient(circle at right bottom, rgba(20, 184, 166, 0.18), transparent 28%),
        linear-gradient(135deg, #061225 0%, #0d2040 42%, #12355f 100%);
    color: #e4eef8;
    position: relative;
    overflow-x: hidden;
}

body.auth-ui::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.05) 1px, transparent 1px);
    background-size: 88px 88px;
    opacity: 0.1;
}

body.auth-ui a {
    color: #8fd6ff;
}

body.auth-ui a:hover,
body.auth-ui a:focus {
    color: #c6ebff;
}

body.auth-ui .auth-main {
    position: relative;
    padding: 48px 16px;
}

body.auth-ui .container {
    width: 100%;
    max-width: 1180px;
}

body.auth-ui .slideIn {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    max-width: 1040px;
    margin: 0 auto;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 36px;
    overflow: hidden;
    box-shadow: 0 32px 62px rgba(0, 0, 0, 0.34);
    background: rgba(7, 19, 38, 0.36);
    backdrop-filter: blur(18px);
}

body.auth-ui .slideIn::after {
    content: "";
    display: block;
    clear: both;
}

body.auth-ui .slideIn > [class*="col-"] {
    float: none;
    margin: 0;
}

body.auth-ui .fitxt-center {
    display: flex;
    flex: 0 0 42%;
    max-width: 42%;
}

body.auth-ui .slideIn > .no-padding:last-child {
    display: flex;
    flex: 0 0 58%;
    max-width: 58%;
}

body.auth-ui .image-area,
body.auth-ui .sign-area {
    min-height: 620px;
}

body.auth-ui .image-area {
    display: flex;
    align-items: stretch;
    width: 100%;
    height: 100%;
    border-radius: 0;
    background-image: none !important;
    background-color: transparent;
}

body.auth-ui .image-area::before {
    background: linear-gradient(145deg, rgba(9, 28, 58, 0.9), rgba(26, 132, 163, 0.58));
    opacity: 1;
}

body.auth-ui .image-area::after {
    content: "";
    position: absolute;
    inset: auto auto -80px -60px;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(147, 197, 253, 0.3) 0%, rgba(147, 197, 253, 0) 72%);
    pointer-events: none;
}

body.auth-ui .image-area .content {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    min-height: inherit;
    height: auto;
    padding: 68px 48px;
}

body.auth-ui .image-area .image-hader {
    padding-bottom: 16px;
}

body.auth-ui .image-area .image-hader h2 {
    margin: 0 0 12px;
    color: #fff;
    font-size: 44px;
    text-transform: none;
    letter-spacing: -0.03em;
}

body.auth-ui .image-area .image-hader h2::before {
    display: none;
}

body.auth-ui .img-hol-p {
    padding-bottom: 28px;
}

body.auth-ui .img-hol-p img {
    max-width: 100%;
    height: auto;
    max-height: 72px;
    filter: drop-shadow(0 18px 34px rgba(8, 15, 29, 0.26));
}

body.auth-ui .content .address p {
    color: rgba(231, 240, 250, 0.78);
    font-size: 16px;
    line-height: 1.8;
    max-width: 320px;
    margin: 0 auto 18px;
}

body.auth-ui .f-social-links {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 6px;
}

body.auth-ui .f-social-links a span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    border-color: rgba(255, 255, 255, 0.18);
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
}

body.auth-ui .f-social-links a span::after,
body.auth-ui .f-social-links a span:hover::after {
    background: rgba(255, 255, 255, 0.12);
}

body.auth-ui .sign-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
    padding: 54px 56px 40px;
    background: linear-gradient(180deg, rgba(8, 19, 37, 0.94), rgba(12, 29, 53, 0.92));
    border-radius: 0;
    box-shadow: none;
}

body.auth-ui .sign-area::before {
    display: none;
}

body.auth-ui .sign-area .sign-hader {
    padding-top: 0;
    padding-bottom: 34px;
    text-align: center;
}

body.auth-ui .sign-area .sign-hader img {
    max-width: 100%;
    height: auto;
    max-height: 58px;
}

body.auth-ui .sign-area .sign-hader h2 {
    margin: 12px 0 0;
    color: #fff;
    font-size: 30px;
    letter-spacing: -0.03em;
}

body.auth-ui .form-group {
    margin-bottom: 18px;
}

body.auth-ui .input-group.input-group-icon {
    display: flex;
    align-items: center;
    border: 1px solid rgba(148, 163, 184, 0.24);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
}

body.auth-ui .input-group.input-group-icon:focus-within {
    border-color: rgba(93, 193, 255, 0.76);
    box-shadow: 0 0 0 4px rgba(61, 169, 245, 0.14);
}

body.auth-ui .input-group-addon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 56px;
    padding: 0 18px;
    border: 0;
    background: transparent;
    color: #a9c2dc;
}

body.auth-ui .input-group-addon .icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

body.auth-ui .form-control {
    height: 56px;
    border: 0;
    background: transparent;
    color: #fff;
    box-shadow: none;
    font-size: 15px;
}

body.auth-ui input.form-control {
    border-radius: 0;
}

body.auth-ui .form-control::placeholder {
    color: rgba(228, 238, 248, 0.56);
}

body.auth-ui .error {
    display: block;
    margin-top: 8px;
    color: #fecaca;
}

body.auth-ui .forgot-text {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 6px 2px 14px;
    color: #b7cae0;
}

body.auth-ui .btn-round {
    height: 54px;
    margin-top: 14px;
    border: 0;
    border-radius: 18px;
    background: linear-gradient(135deg, #39b7ff, #1d4ed8);
    color: #fff;
    font-weight: 700;
    letter-spacing: 0.02em;
    box-shadow: 0 20px 34px rgba(29, 78, 216, 0.28);
}

body.auth-ui .btn-round:hover,
body.auth-ui .btn-round:focus,
body.auth-ui .btn-round:active {
    color: #fff;
    border: 0;
    background: linear-gradient(135deg, #52c3ff, #1e40af);
}

body.auth-ui .sign-footer p {
    margin-top: 28px !important;
    color: rgba(183, 202, 224, 0.58);
    text-align: center;
}

body.auth-ui .forgot-header {
    padding: 18px 20px;
    border-radius: 20px;
    border: 1px solid rgba(148, 163, 184, 0.18);
    background: rgba(255, 255, 255, 0.05);
    color: #d8e7f8;
}

body.auth-ui .forgot-header h4 {
    color: #fff;
}

body.auth-ui .alert-msg {
    margin-bottom: 18px;
    padding: 12px 16px;
    border-radius: 16px;
    background: rgba(34, 197, 94, 0.16);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #dcfce7;
}

body.auth-ui .alert-msg.danger {
    background: rgba(239, 68, 68, 0.16);
    border-color: rgba(239, 68, 68, 0.3);
    color: #fee2e2;
}

body.auth-ui .checkbox-replace,
body.auth-ui .i-checks {
    color: #b7cae0;
}

@media (max-width: 991px) {
    body.auth-ui .auth-main {
        padding: 20px 8px;
    }

    body.auth-ui .fitxt-center,
    body.auth-ui .slideIn > .no-padding:last-child {
        flex: 0 0 100%;
        max-width: 100%;
    }

    body.auth-ui .slideIn {
        border-radius: 28px;
    }

    body.auth-ui .image-area,
    body.auth-ui .sign-area {
        min-height: auto;
    }

    body.auth-ui .image-area .content {
        padding: 64px 32px;
    }

    body.auth-ui .sign-area {
        padding: 36px 28px;
    }

    body.auth-ui .image-area .image-hader h2 {
        font-size: 34px;
    }
}

@media (max-width: 575px) {
    body.auth-ui .image-area .content,
    body.auth-ui .sign-area {
        padding-left: 22px;
        padding-right: 22px;
    }

    body.auth-ui .forgot-text {
        flex-direction: column;
        align-items: flex-start;
    }
}
