html,
body.forget-auth {
    min-height: 100%;
}

.forget-auth *,
.forget-auth *:before,
.forget-auth *:after {
    box-sizing: border-box;
}

body.forget-auth {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #eef7ff;
    background:
        radial-gradient(circle at 18% 18%, rgba(42, 229, 197, .28), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(111, 90, 255, .28), transparent 26%),
        linear-gradient(135deg, #071018 0%, #101827 48%, #071018 100%) !important;
    font-family: Inter, "Segoe UI", Arial, sans-serif;
    overflow-x: hidden;
}

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

.auth-theme-toggle {
    position: fixed;
    top: 22px;
    right: 22px;
    z-index: 20;
    min-width: 92px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 0 13px;
    color: #dcecff;
    border: 1px solid rgba(94, 255, 223, .24);
    border-radius: 999px;
    background: rgba(8, 20, 32, .62);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 14px 36px rgba(0, 0, 0, .24);
    backdrop-filter: blur(16px);
    font-size: 12px;
    font-weight: 800;
    line-height: 1;
    outline: none;
}

.auth-theme-toggle:hover,
.auth-theme-toggle:focus {
    color: #fff;
    border-color: rgba(94, 255, 223, .58);
    background: rgba(94, 255, 223, .12);
}

.auth-theme-toggle .fa {
    color: #5effdf;
    font-size: 14px;
}

.forget-auth .login {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: min(460px, calc(100% - 32px)) !important;
    min-height: 0;
    margin: 40px auto;
    overflow: visible !important;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(13, 25, 39, .92), rgba(7, 16, 26, .86));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .38), 0 0 0 1px rgba(70, 240, 215, .06);
    backdrop-filter: blur(20px);
}

.forget-auth .login:before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 8px;
    padding: 1px;
    background: linear-gradient(135deg, rgba(64, 241, 213, .72), rgba(116, 98, 255, .42), rgba(255, 255, 255, .06));
    -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.forget-auth .loginbg {
    display: none;
}

.forget-auth .head {
    min-height: 0;
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 30px 34px 18px !important;
    background: transparent !important;
}

.forget-auth .head .name {
    flex: 1 1 auto;
    min-width: 0;
}

.forget-auth .head img {
    width: auto !important;
    max-width: 190px;
    height: auto !important;
    max-height: 56px;
}

.forget-auth .logo-text {
    color: #fff !important;
    font-size: 26px !important;
    font-weight: 800;
}

.forget-auth-chip {
    flex: 0 0 auto;
    min-height: 30px;
    padding: 0 10px;
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    background: rgba(58, 240, 211, .12);
    border: 1px solid rgba(58, 240, 211, .26);
    color: #7dffea;
    font-size: 11px;
    font-weight: 800;
}

.forget-auth .head .title {
    display: none;
}

.forget-auth .loginbox {
    padding: 0 34px 32px;
    background: transparent !important;
    color: #eef7ff;
}

.forget-auth-title {
    margin: 0 0 22px;
    color: #fff;
    font-size: 28px;
    line-height: 1.2;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.forget-auth .form-group {
    width: 100%;
    max-width: 360px;
    margin-right: 0;
    margin-left: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 16px;
}

.forget-auth .form-horizontal .form-group > [class*="col-"] {
    float: none !important;
    width: 100% !important;
    padding-right: 0 !important;
    padding-left: 0 !important;
}

.forget-auth .control-label {
    display: block;
    width: 100% !important;
    margin-bottom: 8px;
    color: #c7d6e8;
    font-weight: 700 !important;
    text-align: left;
    line-height: 1.35;
}

.forget-auth input[type="email"],
.forget-auth input[type="text"],
.forget-auth select,
.forget-auth .form-control {
    width: 100% !important;
    height: 46px !important;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    outline: none;
    background: rgba(255, 255, 255, .07);
    color: #f5fbff;
    font-size: 14px;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .05);
}

.forget-auth input::placeholder {
    color: #7d8da5;
}

.forget-auth input:focus,
.forget-auth select:focus,
.forget-auth .form-control:focus {
    border-color: rgba(71, 241, 215, .78);
    background: rgba(255, 255, 255, .095);
    box-shadow: 0 0 0 3px rgba(71, 241, 215, .12), inset 0 1px 0 rgba(255, 255, 255, .08);
}

.forget-auth select option {
    color: #f5fbff;
    background-color: #101b28;
}

.forget-auth #yanzm {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100% !important;
    margin-left: 0 !important;
}

.forget-auth #yanzm .col-xs-12,
.forget-auth #yanzm .col-md-7,
.forget-auth #yanzm .col-md-5 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.forget-auth #verifyImg {
    flex: 0 0 auto;
    width: 98px;
    height: 34px !important;
    margin: 0 !important;
    float: none !important;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 6px;
    background: rgba(255, 255, 255, .08);
}

.forget-auth .submit {
    display: block;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    height: 52px;
    border: 0;
    border-radius: 8px;
    color: #041118;
    font-size: 15px;
    font-weight: 800;
    background: linear-gradient(135deg, #5effdf, #8ea2ff);
    box-shadow: 0 16px 38px rgba(64, 241, 213, .28);
    white-space: normal;
}

.forget-auth .submit:hover,
.forget-auth .submit:focus {
    filter: saturate(1.08);
}

.forget-auth .hr15,
.forget-auth .space-4 {
    display: none;
}

.forget-auth #language_sel {
    min-width: 190px;
}

.forget-auth form > div[style*="float:right"] {
    float: none !important;
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 360px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 18px;
    padding: 0 !important;
}

.forget-auth .btn,
.forget-auth .btn-default,
.forget-auth .dropdown-toggle {
    color: #dcecff !important;
    border: 1px solid rgba(94, 255, 223, .22) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, .065) !important;
    text-shadow: none;
}

.forget-auth .dropdown-menu {
    width: 100%;
    max-height: 260px;
    overflow-y: auto;
    padding: 8px;
    border: 1px solid rgba(94, 255, 223, .22);
    border-radius: 8px;
    background: rgba(9, 20, 33, .98);
    box-shadow: 0 18px 50px rgba(0, 0, 0, .42);
}

.forget-auth .dropdown-menu > li > a {
    min-height: 36px;
    display: flex;
    align-items: center;
    gap: 9px;
    color: #cbd9eb;
    border-radius: 6px;
}

.forget-auth .dropdown-menu > li > a:hover,
.forget-auth .dropdown-menu > li > a:focus {
    color: #fff;
    background: rgba(94, 255, 223, .12);
}

.forget-auth label.error {
    margin-top: 7px;
    color: #ff8f9a !important;
    font-weight: 600 !important;
}

.forget-auth .layui-layer {
    border: 1px solid rgba(94, 255, 223, .28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(13, 25, 39, .96), rgba(6, 16, 27, .94));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .48);
}

.forget-auth .layui-layer-title,
.forget-auth .layui-layer-content {
    color: #e8f4ff;
    background: transparent;
    border-color: rgba(255, 255, 255, .1);
}

body.forget-auth .alert-modal {
    background: rgba(1, 8, 15, .72);
    opacity: 1;
    filter: none;
    backdrop-filter: blur(10px);
}

body.forget-auth .alert-container {
    overflow: hidden;
    border: 1px solid rgba(94, 255, 223, .28);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(13, 25, 39, .96), rgba(6, 16, 27, .94));
    box-shadow: 0 28px 80px rgba(0, 0, 0, .48), 0 0 0 1px rgba(94, 255, 223, .08);
    backdrop-filter: blur(20px);
}

body.forget-auth .alert-title,
body.forget-auth .alert-btn-box {
    color: #eff8ff;
    background: rgba(7, 18, 30, .94);
    border-color: rgba(255, 255, 255, .1);
}

body.forget-auth .alert-content {
    color: #dcecff;
    background: transparent;
}

body.forget-auth .alert-btn-p,
.forget-auth .layui-layer-btn .layui-layer-btn0 {
    color: #061019;
    border: 0;
    border-radius: 6px;
    background: linear-gradient(135deg, #5effdf, #8ea2ff);
    font-weight: 800;
}

body.forget-auth .alert-btn-p:hover,
.forget-auth .layui-layer-btn .layui-layer-btn0:hover {
    color: #041118;
    background: linear-gradient(135deg, #85ffe9, #a7b5ff);
}

.forget-auth-alert .alert-content {
    padding: 24px 24px 72px;
}

.forget-auth-alert-body {
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.forget-auth-alert-icon {
    flex: 0 0 auto;
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(94, 255, 223, .36);
    border-radius: 50%;
    color: #72ffe7;
    background: rgba(94, 255, 223, .12);
    font-weight: 900;
    box-shadow: 0 0 24px rgba(94, 255, 223, .2);
}

.forget-auth-alert-body p {
    margin: 4px 0 0;
    color: #e8f4ff;
    font-size: 14px;
    line-height: 1.7;
}

body.forget-auth.theme-light {
    color: #132235;
    background:
        radial-gradient(circle at 18% 18%, rgba(37, 217, 190, .24), transparent 28%),
        radial-gradient(circle at 82% 10%, rgba(110, 122, 255, .18), transparent 26%),
        linear-gradient(135deg, #f7fbff 0%, #eef4f8 48%, #f8fbff 100%) !important;
}

body.forget-auth.theme-light:before {
    background-image:
        linear-gradient(rgba(25, 52, 78, .08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(25, 52, 78, .08) 1px, transparent 1px);
}

.theme-light .auth-theme-toggle {
    color: #203247;
    border-color: rgba(31, 158, 146, .24);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .92), 0 14px 36px rgba(42, 75, 108, .14);
}

.theme-light .auth-theme-toggle:hover,
.theme-light .auth-theme-toggle:focus {
    color: #0b1726;
    border-color: rgba(31, 158, 146, .46);
    background: rgba(255, 255, 255, .92);
}

.theme-light.forget-auth .login {
    border-color: rgba(28, 58, 88, .12);
    background: linear-gradient(180deg, rgba(255, 255, 255, .86), rgba(245, 250, 255, .74));
    box-shadow: 0 28px 80px rgba(42, 75, 108, .16), 0 0 0 1px rgba(255, 255, 255, .72);
}

.theme-light.forget-auth .login:before {
    background: linear-gradient(135deg, rgba(30, 190, 172, .52), rgba(111, 122, 255, .28), rgba(255, 255, 255, .72));
}

.theme-light.forget-auth .logo-text,
.theme-light .forget-auth-title {
    color: #102034 !important;
}

.theme-light .forget-auth-chip {
    color: #08766b;
    border-color: rgba(18, 170, 152, .22);
    background: rgba(18, 170, 152, .1);
}

.theme-light.forget-auth .loginbox {
    color: #15263a;
}

.theme-light.forget-auth .control-label {
    color: #51677f;
}

.theme-light.forget-auth input[type="email"],
.theme-light.forget-auth input[type="text"],
.theme-light.forget-auth select,
.theme-light.forget-auth .form-control {
    color: #14263b;
    border-color: rgba(28, 58, 88, .14);
    background: rgba(255, 255, 255, .72);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .94);
}

.theme-light.forget-auth input::placeholder {
    color: #8090a3;
}

.theme-light.forget-auth input:focus,
.theme-light.forget-auth select:focus,
.theme-light.forget-auth .form-control:focus {
    border-color: rgba(13, 172, 153, .7);
    background: rgba(255, 255, 255, .94);
    box-shadow: 0 0 0 3px rgba(13, 172, 153, .13), inset 0 1px 0 rgba(255, 255, 255, .98);
}

.theme-light.forget-auth #verifyImg {
    border-color: rgba(28, 58, 88, .14);
    background: rgba(255, 255, 255, .72);
}

.theme-light.forget-auth .btn,
.theme-light.forget-auth .btn-default,
.theme-light.forget-auth .dropdown-toggle {
    color: #203247 !important;
    border-color: rgba(31, 158, 146, .2) !important;
    background: rgba(255, 255, 255, .72) !important;
}

.theme-light.forget-auth .dropdown-menu {
    border-color: rgba(31, 158, 146, .18);
    background: rgba(255, 255, 255, .98);
    box-shadow: 0 18px 50px rgba(42, 75, 108, .2);
}

.theme-light.forget-auth .dropdown-menu > li > a {
    color: #33465d;
}

.theme-light.forget-auth .dropdown-menu > li > a:hover,
.theme-light.forget-auth .dropdown-menu > li > a:focus {
    color: #102034;
    background: rgba(31, 158, 146, .1);
}

body.forget-auth.theme-light .alert-modal {
    background: rgba(218, 229, 239, .66);
}

body.forget-auth.theme-light .alert-container,
.theme-light.forget-auth .layui-layer {
    border-color: rgba(31, 158, 146, .22);
    background: linear-gradient(180deg, rgba(255, 255, 255, .97), rgba(243, 248, 252, .94));
    box-shadow: 0 28px 80px rgba(42, 75, 108, .22), 0 0 0 1px rgba(255, 255, 255, .72);
}

body.forget-auth.theme-light .alert-title,
body.forget-auth.theme-light .alert-btn-box,
.theme-light.forget-auth .layui-layer-title,
.theme-light.forget-auth .layui-layer-content {
    color: #102034;
    background: transparent;
    border-color: rgba(28, 58, 88, .1);
}

body.forget-auth.theme-light .alert-content,
body.forget-auth.theme-light .forget-auth-alert-body p {
    color: #203247;
}

body.forget-auth.theme-light .forget-auth-alert-icon {
    color: #08766b;
    border-color: rgba(18, 170, 152, .25);
    background: rgba(18, 170, 152, .1);
    box-shadow: 0 0 24px rgba(18, 170, 152, .12);
}

@media (max-width: 520px) {
    body.forget-auth {
        align-items: center;
        justify-content: center;
        min-height: 100vh;
        padding: 18px 0;
    }

    .forget-auth .login {
        width: calc(100% - 24px) !important;
        margin: 0;
    }

    .forget-auth .head,
    .forget-auth .loginbox {
        padding-left: 22px !important;
        padding-right: 22px !important;
    }

    .forget-auth #yanzm {
        flex-direction: column;
        align-items: stretch;
    }

    .forget-auth .head img {
        max-width: 150px;
    }

    .forget-auth #language_sel {
        width: 100%;
        min-width: 0;
    }
}

/* Forget v1.1.0: institutional fintech recovery layout aligned with login/register. */
body.forget-auth {
    display: block !important;
    min-height: 100vh;
    color: #eef4fb;
    background:
        radial-gradient(circle at 18% 24%, rgba(126,231,216,.14), transparent 30%),
        radial-gradient(circle at 78% 18%, rgba(143,179,255,.12), transparent 28%),
        radial-gradient(circle at 64% 82%, rgba(255,255,255,.045), transparent 32%),
        linear-gradient(135deg, #071321 0%, #0d1a2a 50%, #07111d 100%) !important;
    -webkit-font-smoothing: antialiased;
    text-rendering: geometricPrecision;
}

body.forget-auth:before {
    background-image:
        linear-gradient(rgba(255,255,255,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.04) 1px, transparent 1px) !important;
    background-size: 56px 56px !important;
    opacity: .85 !important;
    mask-image: linear-gradient(to bottom, rgba(0,0,0,.75), rgba(0,0,0,.18) 72%, transparent);
}

body.forget-auth:after {
    content: "";
    position: fixed;
    inset: -18% -14%;
    pointer-events: none;
    background:
        radial-gradient(circle at 22% 30%, rgba(126,231,216,.18), transparent 26%),
        radial-gradient(circle at 74% 28%, rgba(143,179,255,.14), transparent 24%),
        radial-gradient(circle at 58% 72%, rgba(255,255,255,.055), transparent 26%);
    filter: blur(38px);
    opacity: .62;
    animation: forgetFintechGlow 24s ease-in-out infinite alternate;
}

.forget-auth-layout {
    position: relative;
    z-index: 2;
    width: min(1240px, calc(100% - 72px));
    min-height: min(760px, calc(100vh - 96px));
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(390px, .9fr);
    align-items: center;
    gap: clamp(44px, 6vw, 82px);
    margin: 0 auto;
    padding: clamp(54px, 7vh, 84px) 0;
}

.forget-auth-hero {
    position: relative;
    min-height: 560px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.forget-auth-hero:before {
    content: "";
    position: absolute;
    left: -9%;
    top: 4%;
    width: min(680px, 110%);
    height: 460px;
    pointer-events: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 720 460' fill='none'%3E%3Cpath d='M28 312 C94 266 148 282 208 230 S322 138 408 184 520 288 674 142' stroke='%237EE7D8' stroke-width='2.2' stroke-linecap='round'/%3E%3Cpath d='M38 360 C122 326 194 342 272 286 S416 196 514 246 604 320 690 276' stroke='%238FB3FF' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M50 174 C138 164 186 204 262 172 S388 92 480 126 602 198 686 158' stroke='%23FFFFFF' stroke-width='1' stroke-linecap='round'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    opacity: .07;
    animation: forgetMarketPulse 18s ease-in-out infinite alternate;
}

.forget-auth-kicker {
    width: fit-content;
    min-height: 34px;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 0 14px;
    color: rgba(210,244,240,.92);
    border: 1px solid rgba(126,231,216,.20);
    border-radius: 999px;
    background: rgba(255,255,255,.045);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.forget-auth-kicker:before {
    content: "";
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #7ee7d8;
    box-shadow: 0 0 0 4px rgba(126,231,216,.08);
}

.forget-auth-trust-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    max-width: 640px;
    margin-top: 18px;
}

.forget-auth-trust-tags span {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    padding: 0 12px;
    color: rgba(226,235,246,.72);
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 999px;
    background: rgba(255,255,255,.035);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .015em;
    backdrop-filter: blur(10px);
}

.forget-auth-hero h1 {
    max-width: 680px;
    margin: 30px 0 20px;
    color: #fff;
    font-size: clamp(44px, 5vw, 68px);
    line-height: .98;
    letter-spacing: -.03em;
    font-weight: 800;
}

.forget-auth-hero p {
    max-width: 610px;
    color: rgba(226,235,246,.68);
    font-size: 16px;
    line-height: 1.78;
}

.forget-auth-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 12px;
    max-width: 640px;
    margin-top: 38px;
}

.forget-auth-metrics > div {
    min-height: 104px;
    padding: 18px 18px 17px;
    border: 1px solid rgba(255,255,255,.085);
    border-radius: 18px;
    background: rgba(255,255,255,.045);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.055), 0 18px 44px rgba(0,0,0,.10);
    backdrop-filter: blur(12px);
}

.forget-auth-metrics strong,
.forget-auth-metrics span {
    display: block;
}

.forget-auth-metrics strong {
    color: #f9fcff;
    font-size: 23px;
    line-height: 1;
    font-weight: 800;
    letter-spacing: -.015em;
}

.forget-auth-metrics span {
    margin-top: 11px;
    color: rgba(226,235,246,.58);
    font-size: 12px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: .055em;
}

.forget-auth .login {
    width: 100% !important;
    max-width: 460px;
    margin: 0 0 0 auto !important;
    border-radius: 24px !important;
    border: 1px solid rgba(255,255,255,.16) !important;
    background: rgba(12,24,38,.62) !important;
    box-shadow: 0 10px 40px rgba(0,0,0,.20), 0 34px 90px rgba(0,0,0,.22) !important;
    backdrop-filter: blur(16px) saturate(1.08);
    transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}

.forget-auth .login:hover {
    transform: translateY(-2px);
    border-color: rgba(126,231,216,.22) !important;
    box-shadow: 0 14px 46px rgba(0,0,0,.22), 0 40px 104px rgba(0,0,0,.24) !important;
}

.forget-auth .login:before {
    display: none !important;
}

.forget-auth .head {
    padding: 34px 36px 18px !important;
}

.forget-auth .loginbox {
    padding: 0 36px 34px !important;
}

.forget-auth-title {
    color: #fff;
    font-size: 30px;
    letter-spacing: -.03em;
}

.forget-auth input[type="email"],
.forget-auth input[type="text"],
.forget-auth select,
.forget-auth .form-control {
    height: 54px !important;
    border-radius: 14px !important;
    border-color: rgba(255,255,255,.13) !important;
    background: rgba(255,255,255,.065) !important;
    color: #f7fbff !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.045) !important;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
}

.forget-auth input:hover,
.forget-auth select:hover,
.forget-auth .form-control:hover {
    border-color: rgba(255,255,255,.20) !important;
    background: rgba(255,255,255,.08) !important;
}

.forget-auth input:focus,
.forget-auth select:focus,
.forget-auth .form-control:focus {
    border-color: #7ee7d8 !important;
    background: rgba(255,255,255,.09) !important;
    box-shadow: 0 0 0 4px rgba(126,231,216,.12), inset 0 1px 0 rgba(255,255,255,.08) !important;
}

.forget-auth .control-label {
    color: rgba(226,235,246,.76) !important;
}

.forget-auth #verifyImg {
    height: 40px !important;
    border-radius: 11px !important;
}

.forget-auth .submit {
    height: 54px !important;
    border-radius: 14px !important;
    color: #061625 !important;
    background: linear-gradient(135deg, #7ee7d8 0%, #8fb3ff 100%) !important;
    background-size: 160% 160% !important;
    box-shadow: 0 14px 32px rgba(79,181,201,.20), inset 0 1px 0 rgba(255,255,255,.42) !important;
    transition: transform .18s ease, box-shadow .18s ease, background-position .28s ease, opacity .18s ease;
}

.forget-auth .submit:hover,
.forget-auth .submit:focus {
    transform: translateY(-1px);
    background-position: 100% 50% !important;
    box-shadow: 0 18px 38px rgba(79,181,201,.26), inset 0 1px 0 rgba(255,255,255,.48) !important;
    filter: none !important;
}

.forget-auth .submit:active {
    transform: scale(.98);
}

.forget-auth .submit:disabled,
.forget-auth .submit.is-loading {
    cursor: wait;
    opacity: .74;
    transform: none !important;
    animation: forgetButtonFlow 1.6s ease-in-out infinite;
}

.forget-auth .btn,
.forget-auth .btn-default,
.forget-auth .dropdown-toggle,
.auth-theme-toggle {
    border-radius: 999px !important;
    backdrop-filter: blur(14px);
    transition: border-color .2s ease, background .2s ease, box-shadow .2s ease, transform .2s ease;
}

.forget-auth .dropdown-menu {
    border-radius: 18px !important;
}

body.forget-auth.theme-light {
    color: #142033;
    background:
        radial-gradient(circle at 18% 24%, rgba(126,231,216,.18), transparent 30%),
        radial-gradient(circle at 78% 18%, rgba(143,179,255,.16), transparent 28%),
        linear-gradient(135deg, #f8fcff 0%, #eef5fb 54%, #fbfdff 100%) !important;
}

body.forget-auth.theme-light:before {
    background-image:
        linear-gradient(rgba(21,50,78,.04) 1px, transparent 1px),
        linear-gradient(90deg, rgba(21,50,78,.04) 1px, transparent 1px) !important;
}

.theme-light.forget-auth .forget-auth-kicker,
.theme-light.forget-auth .forget-auth-trust-tags span {
    color: rgba(20,38,59,.68);
    border-color: rgba(18,118,135,.12);
    background: rgba(255,255,255,.48);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.72);
}

.theme-light.forget-auth .forget-auth-hero h1,
.theme-light .forget-auth-title,
.theme-light.forget-auth .logo-text {
    color: #102033 !important;
}

.theme-light.forget-auth .forget-auth-hero p {
    color: rgba(20,30,50,.68);
}

.theme-light.forget-auth .forget-auth-metrics > div {
    border-color: rgba(20,45,72,.10);
    background: rgba(255,255,255,.46);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.82), 0 16px 40px rgba(43,78,112,.07);
}

.theme-light.forget-auth .forget-auth-metrics strong {
    color: #102033;
}

.theme-light.forget-auth .forget-auth-metrics span {
    color: rgba(20,30,50,.52);
}

.theme-light.forget-auth .login {
    border: 1px solid rgba(255,255,255,.34) !important;
    background: rgba(255,255,255,.62) !important;
    box-shadow: 0 10px 40px rgba(8,31,56,.06), 0 24px 90px rgba(24,57,92,.10) !important;
}

.theme-light.forget-auth .control-label {
    color: rgba(20,30,50,.62) !important;
}

.theme-light.forget-auth input[type="email"],
.theme-light.forget-auth input[type="text"],
.theme-light.forget-auth select,
.theme-light.forget-auth .form-control {
    color: #14263b !important;
    border-color: rgba(23,50,78,.12) !important;
    background: rgba(255,255,255,.68) !important;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.92) !important;
}

.theme-light.forget-auth input:focus,
.theme-light.forget-auth select:focus,
.theme-light.forget-auth .form-control:focus {
    border-color: #7ee7d8 !important;
    background: rgba(255,255,255,.94) !important;
    box-shadow: 0 0 0 4px rgba(126,231,216,.12), inset 0 1px 0 rgba(255,255,255,.98) !important;
}

@keyframes forgetFintechGlow {
    from { transform: translate3d(-1.5%, -1%, 0) scale(1); }
    to { transform: translate3d(1.5%, 1%, 0) scale(1.035); }
}

@keyframes forgetMarketPulse {
    from { opacity: .045; transform: translate3d(0,0,0); }
    to { opacity: .08; transform: translate3d(10px,-6px,0); }
}

@keyframes forgetButtonFlow {
    0%, 100% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
}

@media (max-width: 980px) {
    .forget-auth-layout {
        grid-template-columns: 1fr;
        width: min(620px, calc(100% - 36px));
        min-height: auto;
        gap: 28px;
        padding: 92px 0 34px;
    }

    .forget-auth-hero {
        min-height: auto;
    }

    .forget-auth-hero h1 {
        font-size: clamp(36px, 8vw, 48px);
    }

    .forget-auth-metrics {
        grid-template-columns: repeat(3, 1fr);
    }

    .forget-auth .login {
        max-width: none;
        margin: 0 !important;
    }
}

@media (max-width: 640px) {
    body.forget-auth:after,
    .forget-auth-hero:before {
        animation: none;
        opacity: .035;
    }

    .forget-auth-layout {
        width: calc(100% - 24px);
        padding-top: 82px;
    }

    .forget-auth-hero p,
    .forget-auth-trust-tags,
    .forget-auth-metrics,
    .forget-auth-hero:before {
        display: none !important;
    }

    .forget-auth-kicker {
        min-height: 28px;
        font-size: 10px;
    }

    .forget-auth-hero h1 {
        margin: 16px 0 0;
        font-size: 31px;
        line-height: 1.08;
    }

    .forget-auth .login {
        border-radius: 22px !important;
        backdrop-filter: none;
    }

    .theme-light.forget-auth .login {
        background: rgba(255,255,255,.84) !important;
    }

    .forget-auth .head {
        padding: 26px 22px 14px !important;
    }

    .forget-auth .loginbox {
        padding: 0 22px 26px !important;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.forget-auth:after,
    .forget-auth-hero:before,
    .forget-auth .submit.is-loading {
        animation: none !important;
    }

    .forget-auth .login,
    .forget-auth .submit,
    .forget-auth input,
    .forget-auth select {
        transition: none !important;
    }
}
