#login_wrap.gl-page, #login_wrap.gl-page * {
    box-sizing: border-box
}

#login_wrap.gl-page {
    --gl-bg: #252432;
    --gl-card: #2d2d39;
    --gl-card-deep: #25252b;
    --gl-pink: #ff2770;
    --gl-cyan: #45f3ff;
    --gl-green: #45f3b6;
    --gl-text: #fff;
    --gl-muted: #aaa9b3;
    position: relative;
    min-height: 100vh;
    overflow: hidden;
    background: radial-gradient(circle at 12% 18%,rgba(255,39,112,.13),transparent 34%), radial-gradient(circle at 88% 76%,rgba(69,243,255,.12),transparent 32%), #252432;
    color: var(--gl-text);
    font-family: "Poppins","Segoe UI",Arial,sans-serif;
}

#login_wrap .gl-bg-orb {
    position: absolute;
    border-radius: 50%;
    filter: blur(70px);
    pointer-events: none;
    opacity: .45
}

#login_wrap .gl-bg-orb-one {
    width: 320px;
    height: 320px;
    background: #ff2770;
    left: -140px;
    top: -100px
}

#login_wrap .gl-bg-orb-two {
    width: 350px;
    height: 350px;
    background: #45f3ff;
    right: -170px;
    bottom: -140px
}

#login_wrap .gl-shell {
    position: relative;
    z-index: 2;
    width: min(500px,100%);
    min-height: 100vh;
    margin: 0 auto;
    padding: 26px 18px 28px;
    display: flex;
    flex-direction: column;
    justify-content: center
}

#login_wrap .gl-topbar {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 96px;
    margin: 0 8px 14px
}

#login_wrap .gl-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 0
}

#login_wrap .gl-brand img {
    display: block;
    width: 290px;
    height: 82px;
    object-fit: contain;
    border-radius: 0;
    background: transparent;
    padding: 0;
    filter: drop-shadow(0 0 12px rgba(69,243,255,.12))
}

#login_wrap .gl-language {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 42px;
    border: 1px solid rgba(255,255,255,.11);
    border-radius: 14px;
    background: rgba(0,0,0,.16);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
    cursor: pointer
}

#login_wrap .gl-language img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%
}

#login_wrap .gl-language i {
    font-size: 10px;
    opacity: .72
}

#login_wrap .gl-glow-box {
    position: relative;
    width: 100%;
    min-height: 700px;
    border-radius: 28px;
    padding: 4px;
    overflow: hidden;
    filter: drop-shadow(0 22px 55px rgba(0,0,0,.6));
    isolation: isolate
}

#login_wrap .gl-glow-box::before {
    content: "";
    position: absolute;
    z-index: 0;
    width: 155%;
    height: 155%;
    left: -27.5%;
    top: -27.5%;
    background: conic-gradient(from 0deg,transparent 0 8%,var(--gl-pink) 11% 16%,transparent 19% 42%,var(--gl-cyan) 45% 50%,transparent 53% 76%,var(--gl-pink) 79% 84%,transparent 87% 100%);
    animation: glRotate 4.5s linear infinite
}

#login_wrap .gl-glow-box::after {
    content: "";
    position: absolute;
    z-index: 1;
    inset: 4px;
    border-radius: 24px;
    background: #25252b
}

@keyframes glRotate {
    to {
        transform: rotate(360deg)
    }
}

#login_wrap .gl-card {
    position: relative;
    z-index: 2;
    min-height: 692px;
    border-radius: 22px;
    padding: 38px 34px 26px;
    background: linear-gradient(180deg,rgba(46,46,58,.98),rgba(37,37,46,.99));
    box-shadow: inset 0 14px 26px rgba(0,0,0,.34),inset 0 -2px 0 rgba(255,255,255,.06)
}

#login_wrap .gl-login-head {
    display: grid;
    grid-template-columns: 54px 1fr 34px;
    align-items: center;
    gap: 14px;
    margin-bottom: 26px
}

#login_wrap .gl-head-icon {
    width: 52px;
    height: 52px;
    border-radius: 17px;
    background: rgba(69,243,255,.08);
    border: 1px solid rgba(69,243,255,.2);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gl-cyan);
    font-size: 20px;
    box-shadow: 0 0 24px rgba(69,243,255,.1)
}

#login_wrap .gl-login-head h1 {
    margin: 0;
    color: #fff;
    font-size: 29px;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: .14em;
    font-weight: 700
}

#login_wrap .gl-login-head p {
    margin: 7px 0 0;
    color: #a5a4ae;
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

#login_wrap .gl-heart {
    justify-self: end;
    color: var(--gl-pink);
    font-size: 20px;
    text-shadow: 0 0 6px var(--gl-pink),0 0 24px rgba(255,39,112,.65)
}

#login_wrap .gl-main-form {
    display: flex;
    flex-direction: column;
    gap: 14px
}

#login_wrap .gl-field {
    height: 55px;
    width: 100%;
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    border: 2px solid rgba(255,255,255,.9);
    border-radius: 28px;
    background: rgba(0,0,0,.09);
    overflow: hidden;
    transition: border-color .2s,box-shadow .2s
}

#login_wrap .gl-field:focus-within {
    border-color: var(--gl-cyan);
    box-shadow: 0 0 0 3px rgba(69,243,255,.08),0 0 24px rgba(69,243,255,.12)
}

#login_wrap .gl-field i {
    justify-self: center;
    color: #d9d9de;
    font-size: 14px
}

#login_wrap .gl-field input {
    width: 100%;
    height: 100%;
    border: 0!important;
    outline: 0!important;
    background: transparent!important;
    color: #fff!important;
    font-size: 14px;
    padding: 0 16px 0 0!important;
    box-shadow: none!important
}

#login_wrap .gl-field input::placeholder {
    color: #9999a3
}

#login_wrap .gl-submit {
    width: 100%;
    height: 55px;
    margin-top: 14px;
    border: 0;
    border-radius: 28px;
    background: var(--gl-cyan);
    color: #11131a;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
    transition: transform .18s,box-shadow .18s
}

#login_wrap .gl-submit:hover {
    transform: translateY(-1px);
    box-shadow: 0 0 12px rgba(69,243,255,.95),0 0 48px rgba(69,243,255,.42)
}

#login_wrap .gl-link-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    margin-top: 17px
}

#login_wrap .gl-text-btn {
    border: 0;
    background: transparent;
    color: #f1f1f4;
    font-size: 12px;
    cursor: pointer;
    padding: 3px 0;
    text-align: left
}

#login_wrap .gl-text-btn.gl-pink {
    color: var(--gl-pink);
    font-weight: 700;
    text-align: right
}

#login_wrap .gl-guest-btn {
    width: 100%;
    height: 45px;
    margin-top: 18px;
    border: 1px solid rgba(255,39,112,.45);
    border-radius: 23px;
    background: rgba(255,39,112,.06);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    font-size: 13px;
    cursor: pointer
}

#login_wrap .gl-guest-btn i {
    color: var(--gl-pink)
}

#login_wrap .gl-divider {
    position: relative;
    text-align: center;
    margin: 26px 0 18px;
    color: #8e8d98;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: .22em;
    font-weight: 700
}

#login_wrap .gl-divider::before,#login_wrap .gl-divider::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 35%;
    height: 1px;
    background: rgba(255,255,255,.09)
}

#login_wrap .gl-divider::before {
    left: 0
}

#login_wrap .gl-divider::after {
    right: 0
}

#login_wrap .gl-online-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 14px
}

#login_wrap .gl-online-head strong {
    display: block;
    color: #fff;
    font-size: 14px
}

#login_wrap .gl-online-head small {
    display: block;
    color: #96959f;
    font-size: 10px;
    margin-top: 3px
}

#login_wrap .gl-online-count {
    min-width: 42px;
    height: 28px;
    padding: 0 10px;
    border-radius: 15px;
    background: rgba(69,243,182,.08);
    border: 1px solid rgba(69,243,182,.12);
    color: #70f2c7;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 11px;
    font-weight: 700
}

#login_wrap .gl-online-count i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--gl-green);
    box-shadow: 0 0 10px rgba(69,243,182,.8)
}

#login_wrap .gl-online-list {
    min-height: 84px;
    display: flex!important;
    align-items: flex-start;
    gap: 12px!important;
    overflow: hidden
}

#login_wrap .gl-online-user {
    width: 72px;
    min-width: 72px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 0
}

#login_wrap .gl-avatar-wrap {
    position: relative;
    width: 60px;
    height: 60px
}

#login_wrap .gl-avatar {
    display: block;
    width: 56px!important;
    height: 56px!important;
    margin: 2px!important;
    border-radius: 18px!important;
    object-fit: cover!important;
    border: 2px solid rgba(255,39,112,.88)!important;
    background: #363641!important;
    box-shadow: 0 0 0 3px #24242d,0 0 15px rgba(255,39,112,.23)!important
}

#login_wrap .gl-online-dot {
    position: absolute;
    right: 0;
    bottom: 1px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: var(--gl-green);
    border: 3px solid #2b2b36;
    box-shadow: 0 0 0 1px rgba(69,243,182,.28),0 0 10px rgba(69,243,182,.7);
    z-index: 3
}

#login_wrap .gl-online-name {
    display: block;
    width: 72px;
    max-width: 72px;
    margin-top: 5px;
    color: #f8f8fa;
    font-size: 11px;
    line-height: 15px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center
}

#login_wrap .gl-no-online {
    color: #8f8e98;
    font-size: 11px;
    line-height: 60px
}

#login_wrap .gl-foot {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 18px;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,.08);
    color: #868590;
    font-size: 10px
}

#login_wrap .gl-foot i {
    color: #72e8cb;
    margin-right: 4px
}

#login_wrap .gl-panel {
    position: absolute;
    z-index: 10;
    inset: 12px;
    display: none;
    overflow-y: auto;
    padding: 34px 28px 26px;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 20px;
    background: linear-gradient(180deg,rgba(44,44,56,.995),rgba(31,31,39,.995));
    box-shadow: 0 20px 45px rgba(0,0,0,.55)
}

#login_wrap .gl-panel.show {
    display: block
}

#login_wrap .gl-panel-close {
    position: absolute;
    top: 15px;
    right: 18px;
    width: 38px;
    height: 38px;
    border: 0;
    border-radius: 50%;
    background: rgba(255,255,255,.06);
    color: #fff;
    font-size: 24px;
    line-height: 1;
    cursor: pointer
}

#login_wrap .gl-panel-title {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 24px
}

#login_wrap .gl-panel-title>i {
    width: 46px;
    height: 46px;
    border-radius: 15px;
    background: rgba(255,39,112,.08);
    border: 1px solid rgba(255,39,112,.18);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--gl-pink);
    font-size: 17px
}

#login_wrap .gl-panel-title h2 {
    margin: 0;
    font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .08em
}

#login_wrap .gl-panel .gl-field {
    margin-bottom: 13px
}

#login_wrap .gl-select {
    width: 100%;
    height: 52px;
    margin-bottom: 13px;
    border: 1px solid rgba(255,255,255,.2);
    border-radius: 26px;
    background: #393943;
    color: #fff;
    padding: 0 16px;
    outline: none
}

#login_wrap .gl-date-row {
    display: grid;
    grid-template-columns: 1fr 1.5fr 1fr;
    gap: 8px
}

#login_wrap .gl-birth-label {
    display: block;
    color: #b7b6be;
    font-size: 11px;
    margin: 3px 0 8px 4px
}

#login_wrap .gl-recaptcha {
    margin: 10px 0;
    overflow: hidden
}

#login_wrap .gl-terms {
    color: #94939d;
    font-size: 10px;
    text-align: center;
    margin: 14px 0 0
}

#login_wrap .gl-terms span {
    color: var(--gl-pink);
    cursor: pointer;
    text-decoration: underline
}

#login_wrap .gl-bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 22px;
    margin-top: 17px;
    font-size: 10px
}

#login_wrap .gl-bottom-links a {
    color: #9c9ba4;
    text-decoration: none
}

#login_wrap .gl-bottom-links a:hover {
    color: #fff
}

#login_wrap .section {
    display: none
}

@media(max-width: 520px) {
    #login_wrap .gl-shell {
        width:100%;
        padding: 14px 12px 20px;
        justify-content: flex-start
    }

    #login_wrap .gl-topbar {
        min-height: 82px;
        margin: 4px 4px 10px
    }

    #login_wrap .gl-brand img {
        width: 100px;
        height: 70px
    }

    #login_wrap .gl-glow-box {
        min-height: 680px;
        border-radius: 24px
    }

    #login_wrap .gl-glow-box::after {
        border-radius: 20px
    }

    #login_wrap .gl-card {
        min-height: 672px;
        border-radius: 18px;
        padding: 30px 20px 22px
    }

    #login_wrap .gl-login-head {
        grid-template-columns: 48px 1fr 26px;
        gap: 10px;
        margin-bottom: 22px
    }

    #login_wrap .gl-head-icon {
        width: 46px;
        height: 46px;
        border-radius: 15px
    }

    #login_wrap .gl-login-head h1 {
        font-size: 23px;
        letter-spacing: .11em
    }

    #login_wrap .gl-login-head p {
        font-size: 10px
    }

    #login_wrap .gl-field {
        height: 52px
    }

    #login_wrap .gl-submit {
        height: 52px
    }

    #login_wrap .gl-online-list {
        gap: 8px!important
    }

    #login_wrap .gl-online-user {
        width: 66px;
        min-width: 66px
    }

    #login_wrap .gl-online-name {
        width: 66px;
        max-width: 66px;
        font-size: 10px
    }

    #login_wrap .gl-panel {
        inset: 8px;
        padding: 30px 18px 22px
    }

    #login_wrap .gl-date-row {
        grid-template-columns: 1fr 1.35fr 1fr;
        gap: 6px
    }
}

@media(max-width: 370px) {
    #login_wrap .gl-online-user:nth-child(4) {
        display:none
    }

    #login_wrap .gl-divider::before,#login_wrap .gl-divider::after {
        width: 31%
    }
}
