body.auth-clone-skin {
    min-height: 100vh;
    margin: 0;
    font-family: "Poppins", "PingFang SC", "Microsoft YaHei", sans-serif;
    color: #101828;
    background:
        radial-gradient(circle at top left, rgba(91, 126, 255, 0.22), transparent 26%),
        radial-gradient(circle at 84% 20%, rgba(73, 209, 255, 0.1), transparent 18%),
        linear-gradient(145deg, rgba(12, 18, 38, 0.82), rgba(26, 33, 67, 0.68)),
        url("/images/bj.jpg") center center / cover no-repeat fixed;
}

.auth-clone-page {
    position: relative;
    min-height: 100vh;
}

.auth-clone-page::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 50% 20%, rgba(255, 255, 255, 0.06), transparent 20%),
        linear-gradient(90deg, rgba(255, 255, 255, 0.015) 1px, transparent 1px);
    background-size: auto, 66px 100%;
    pointer-events: none;
}

.auth-clone-stage,
.auth-clone-card {
    position: relative;
    z-index: 1;
}

.auth-clone-stage {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 24px 16px;
}

.auth-clone-card {
    width: min(100%, 400px);
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 12px;
    overflow: hidden;
    background: rgba(248, 250, 255, 0.95);
    box-shadow: 0 24px 60px rgba(15, 23, 42, 0.14);
}

.auth-sync-form-shell {
    padding: 22px 26px 18px;
}

.login-signin,
.register-signin {
    width: 100%;
}

.auth-sync-copy {
    max-width: 320px;
    margin: 0 auto 14px;
    text-align: center;
}

.auth-sync-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 28px;
    padding: 0 12px;
    border-radius: 999px;
    background: rgba(95, 128, 255, 0.1);
    color: #5f80ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.auth-sync-copy h3,
.auth-sync-form-shell h3 {
    margin: 12px 0 8px;
    color: #16223f;
    font-size: 26px;
    font-weight: 700;
    line-height: 1.12;
    letter-spacing: -0.02em;
}

.auth-sync-copy p,
.auth-sync-form-shell h4,
.auth-sync-form-shell h5 {
    margin: 0;
    color: #66748e;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.55;
}

.auth-sync-alert {
    max-width: 320px;
    margin: 0 auto 14px;
    padding: 12px 14px;
    border: 1px solid rgba(245, 158, 11, 0.22);
    border-radius: 14px;
    background: rgba(245, 158, 11, 0.11);
    color: #b66a00;
    font-size: 12px;
    line-height: 1.65;
}

.auth-sync-form-shell .form {
    max-width: 320px;
    margin: 0 auto;
}

.register-signin .form {
    max-width: 320px;
}

.auth-sync-form-shell .row {
    margin-left: -5px;
    margin-right: -5px;
}

.auth-sync-form-shell .row > [class*="col-"] {
    padding-left: 5px;
    padding-right: 5px;
}

.auth-sync-form-shell .form-group {
    margin-bottom: 10px;
}

.auth-sync-form-shell .form-group.mt-5 {
    margin-top: 0 !important;
}

.auth-sync-form-shell .form-control,
.auth-sync-form-shell .form-control.text-white,
.auth-sync-form-shell .form-control.bg-dark-o-70 {
    width: 100%;
    min-height: 42px;
    padding-left: 12px;
    padding-right: 12px;
    border: 1px solid rgba(16, 24, 40, 0.08) !important;
    border-radius: 8px !important;
    background: #ffffff !important;
    color: #101828 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
    font-size: 12px;
    font-weight: 500;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.auth-sync-form-shell .form-control::placeholder,
.auth-sync-form-shell .form-control.placeholder-white::placeholder {
    color: #98a2b3 !important;
}

.auth-sync-form-shell .form-control:focus {
    border-color: rgba(95, 128, 255, 0.34) !important;
    box-shadow: 0 0 0 4px rgba(95, 128, 255, 0.1) !important;
}

.auth-sync-form-shell .fv-plugins-message-container {
    margin-top: 6px;
}

.auth-sync-form-shell .fv-plugins-message-container .fv-help-block,
.auth-sync-form-shell .invalid-feedback {
    color: #d92d20 !important;
    font-size: 12px !important;
    line-height: 1.5;
    font-weight: 600;
}

.auth-sync-form-shell .form-control.is-invalid,
.auth-sync-form-shell .was-validated .form-control:invalid {
    padding-right: 12px !important;
    border-color: rgba(217, 45, 32, 0.42) !important;
    background-image: none !important;
}

.auth-sync-form-shell .form-control.is-invalid:focus,
.auth-sync-form-shell .was-validated .form-control:invalid:focus {
    border-color: rgba(217, 45, 32, 0.52) !important;
    box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.1) !important;
}

.auth-sync-form-shell .form-control:-webkit-autofill,
.auth-sync-form-shell .form-control:-webkit-autofill:hover,
.auth-sync-form-shell .form-control:-webkit-autofill:focus,
.auth-sync-form-shell .form-control:-webkit-autofill:active {
    -webkit-text-fill-color: #101828 !important;
    caret-color: #101828 !important;
    border: 1px solid rgba(16, 24, 40, 0.08) !important;
    -webkit-box-shadow: 0 0 0 1000px #ffffff inset !important;
    box-shadow: 0 0 0 1000px #ffffff inset !important;
    transition: background-color 9999s ease-out 0s, color 9999s ease-out 0s;
}

.auth-sync-form-shell .form-control:-moz-autofill {
    color: #101828 !important;
    caret-color: #101828 !important;
    border: 1px solid rgba(16, 24, 40, 0.08) !important;
    box-shadow: 0 0 0 1000px #ffffff inset !important;
}

.auth-sync-form-shell .input-group {
    display: grid;
    grid-template-columns: 1fr auto;
}

.auth-sync-form-shell .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.auth-sync-form-shell .input-group .btn-outline-code,
.auth-sync-form-shell .input-group select.btn {
    min-width: 104px;
    min-height: 42px;
    border: 1px solid rgba(16, 24, 40, 0.08) !important;
    border-left: 0 !important;
    border-radius: 0 8px 8px 0 !important;
    background: rgba(95, 128, 255, 0.12) !important;
    color: #4c74ff !important;
    font-size: 12px;
    font-weight: 700;
    box-shadow: none !important;
}

.auth-sync-form-shell .g-recaptcha,
.auth-sync-form-shell .embed-captcha {
    display: flex;
    justify-content: center;
}

.auth-sync-form-shell .g-recaptcha {
    transform-origin: center top;
}

.auth-sync-form-shell .form-group.d-flex {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 4px;
    padding-left: 0 !important;
    padding-right: 0 !important;
    color: #66748e;
    font-size: 12px;
}

.auth-sync-form-shell .checkbox.checkbox-outline.checkbox-white,
.auth-sync-form-shell .checkbox.checkbox-outline.checkbox-white a,
.auth-sync-form-shell .text-white,
.auth-sync-links,
.auth-sync-links .opacity-70 {
    color: #14213d !important;
}

.auth-sync-form-shell .checkbox.checkbox-outline.checkbox-white {
    display: inline-flex;
    align-items: center;
    min-height: 18px;
    font-size: 12px;
    line-height: 1.5;
}

.auth-sync-form-shell .checkbox.checkbox-outline.checkbox-white > span {
    border: 1px solid rgba(16, 24, 40, 0.08);
    background: #ffffff;
}

.auth-sync-form-shell .checkbox.checkbox-outline.checkbox-white input:checked ~ span {
    border-color: #4c74ff;
    background: #4c74ff;
}

.auth-sync-form-shell a.text-white,
.auth-sync-form-shell .auth-inline-link,
.auth-sync-links a.text-white {
    color: #4c74ff !important;
    font-weight: 700;
    text-decoration: none;
}

.auth-sync-form-shell a.text-white:hover,
.auth-sync-form-shell .auth-inline-link:hover,
.auth-sync-links a.text-white:hover {
    color: #355be9 !important;
    text-decoration: none;
}

.auth-sync-form-shell .opacity-70 {
    color: #66748e !important;
    opacity: 1 !important;
}

.auth-inline-link {
    display: inline-flex;
    margin-top: 10px;
    font-size: 12px;
}

.auth-sync-form-shell .btn-outline-white,
.auth-sync-form-shell .btn-outline-white:hover,
.auth-sync-form-shell .btn-outline-white:focus {
    width: 100%;
    min-height: 42px;
    border: 0 !important;
    border-radius: 8px !important;
    background: linear-gradient(180deg, #3a3d49, #2d2f39) !important;
    color: #fff !important;
    font-size: 12px;
    font-weight: 700;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

.auth-sync-links {
    max-width: 320px;
    margin: 14px auto 0;
    padding-top: 12px;
    border-top: 1px solid rgba(16, 24, 40, 0.08);
    text-align: center;
    color: #66748e;
    font-size: 12px;
}

.register-signin .auth-sync-copy h3,
.login-signin .auth-sync-copy h3 {
    font-size: 24px;
}

.register-signin .auth-sync-copy p,
.login-signin .auth-sync-copy p,
.login-signin .auth-sync-links,
.register-signin .auth-sync-links {
    max-width: 280px;
    margin-left: auto;
    margin-right: auto;
}

.register-signin .auth-sync-alert {
    max-width: 300px;
}

.register-signin .auth-sync-form-shell .form-group.d-flex {
    margin-top: 2px;
}

.auth-sync-support {
    min-height: 4px;
}

@media (max-width: 640px) {
    .auth-clone-stage {
        padding: 20px 12px;
    }

    .auth-clone-card {
        width: 100%;
        max-width: 400px;
        border-radius: 18px;
    }

    .auth-sync-form-shell {
        padding: 20px 14px 22px;
    }

    .auth-sync-copy h3,
    .auth-sync-form-shell h3,
    .register-signin .auth-sync-copy h3,
    .login-signin .auth-sync-copy h3 {
        font-size: 24px;
    }
}

@media (max-width: 575.98px) {
    .register-signin .row > .col-6 {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .auth-sync-form-shell .row > [class*="col-"] + [class*="col-"] {
        margin-top: 2px;
    }
}
