<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 570px;
    box-sizing: border-box;
    background: url(/img/newLogin/login-bg.jpg) no-repeat;
    background-size: 100% 100%;
}

.login-register, .logged {
    display: none !important;
}

.tap-wrapper {
    display: flex;
    align-items: center;
    margin-right: 180px;
}
.tap {
    width: 268px;
    height: 258px;
    margin-right: 40px;
}
.title {
    font-weight: 700;
    font-size: 34px;
    color: #f98a18;
    margin-bottom: 30px;
}
.tip {
    font-size: 28px;
    color: #999;
}
.ms-login {
    box-sizing: border-box;
    width: 365px;
    height: 370px;
    padding-top: 40px;
    line-height: 1;
    background-color: #fff;
    box-shadow: 0 4px 10px 0 rgba(106, 106, 106, 0.1);
    overflow: hidden;
}
.ms-title {
    width: 100%;
    text-align: center;
    font-size: 22px;
    color: #333;
}
.login-container .login-form {
    position: relative;
    font-size: 14px;
    line-height: 30px;
    color: #333;
    margin-top: 20px;
    padding: 25px 0 0 0;
}
.login-container .login-form h3 {
    font-size: 20px;
    color: #36394d;
    padding-bottom: 25px;
}

.err-msg {
    position: absolute;
    top: 0;
    left: 35px;
    width: 100%;
    padding-left: 20px;
    display: none;
    color: #df3028;
}

.err-msg:before {
    position: absolute;
    content: '';
    background: url(/img/login/error-icon.png) no-repeat;
    left: 0;
    width: 15px;
    height: 15px;
}

.login-box label {
    position: relative;
    display: inline-block;
    margin: 0 0 15px 35px;
    border-radius: 2px;
}

.login-box label &gt; input:focus,
.login-box label &gt; input:hover {
    border: solid 1px #ff7200 !important;
}

.login-box label input {
    display: inline-block;
    padding-left: 16px;
    width: 282px;
    height: 48px;
    background-color: #fff;
    border: solid 1px #e9eaf2;
}

input::-webkit-input-placeholder { /* WebKit browsers */
    color: #999;
}

input {
    background: none;
    outline: none;
}

.other-page {
    width: 300px;
    margin-left: 35px;
}

.other-page a {
    font-size: 14px;
}

.other-page a:hover {
    color: #ffa200;
}

.other-page .register {
    float: left;
    color: #ff7200;
}

.other-page .forget {
    float: right;
    color: #999;
}

.other-page .forget:hover {
    color: #36394d;
}

.login-box .sure-login {
    float: initial;
    display: block;
    margin: 35px 0 0 35px;
    width: 300px;
    height: 48px;
    background: #ff7200;
    border-radius: 2px;
    text-align: center;
    color: #fff;
}

.login-box .sure-login:hover {
    background-color: #ff831f;
}

.go-login {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}
.tips {
    font-size: 14px;
    color: #ff7200;
}
.login-box label .clear {
    background-position-y: -9px;
}

.login-box label .eye-open {
    background-position-y: -55px;
}

.login-box label .eye-close {
    background-position-y: -29px;
}
.login-box label em {
    position: absolute;
    top: 50%;
    right: 8px;
    display: block;
    width: 31px;
    height: 18px;
    margin-top: -9px;
    background: url(/img/login/spritelogin.png) no-repeat;
    cursor: pointer;
}

</pre></body></html>