body {
    background: #090d17;
}

a,
a:hover,
a:link,
a:visited {
    text-decoration: none;
}

a:hover {
    color: #dcff40;
}

.flex {
    display: flex;
}

.aic {
    align-items: center;
}

.jcc {
    justify-content: center;
}

.jcb {
    justify-content: space-between;
}

.login-form-box {
    background: #0f131f;
    border-radius: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.login-form-left {
    width: 412px;
    padding: 30px 40px 40px;
}

.login-form-right {
    width: 454px;
    height: 460px;
    color: #dcff40;
    position: relative;
}

.login-form-right::before {
    content: "";
    background: url("/assets/pages/img/bg-login-01.png") no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 323px;
    height: 247px;
}

.logon-wrap {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 20px;
    color: #dcff40;
}

.login-box-header {
    margin-bottom: 30px;
}

.header-title {
    font-size: 18px;
    font-weight: normal;
    color: #f0f4ff;
}

.header-back {
    width: 128px;
    height: 32px;
    font-size: 12px;
    color: #8d93a6;
    border-radius: 16px;
    border: 1px solid #1f2333;
    background: url("/assets/pages/img/icon-switch.png") no-repeat 20px center;
    padding-left: 36px;
}

.header-back-register {
    position: absolute;
    left: 40px;
    line-height: 40px;
    color: #8d93a6;
    font-size: 12px;
    background: url("/assets/pages/img/icon-back.png") no-repeat left center;
    padding-left: 18px;
}

.form-control {
    height: 44px;
    padding: 0 20px;
    background: #1a1e2e;
    border: 2px solid #1a1e2e;
    border-radius: 22px;
}

.form-control:focus {
    border: 2px solid #dcff40;
}

.form-control::placeholder {
    color: #5c6273;
}

.form-group {
    margin-bottom: 20px;
}

.btn-submit {
    width: 332px;
    height: 44px;
    background: #dcff40;
    letter-spacing: 4px;
    border-radius: 22px;
    color: #090d17;
    margin-top: 30px;
}

.btn-submit-default {
    width: 332px;
    height: 44px;
    background: #090d17;
    letter-spacing: 4px;
    border-radius: 22px;
    color: #8d93a6;
    margin-top: 30px;
}

.btn-submit-default:hover {
    color: #dcff40;
}

.forget-password-block {
    margin-top: 20px;
}

.forget-password {
    color: #8d93a6;
}

/* 注册 */
.register-form {
    width: 412px;
    padding: 40px;
}

.mt-checkbox {
    color: #8d93a6;
}

.mt-checkbox a {
    color: #f0f4ff;
}

.mt-checkbox > span {
    background: #090d17;
    border: 1px solid #1e2433;
    border-radius: 4px;
}

.mt-checkbox > span:after,
.mt-checkbox > input:disabled ~ span:after {
    border-color: #dcff40;
}

/* 重置密码 */
.forget-form {
    width: 412px;
    padding: 40px;
}
