body {
    background-color: #f2f2f2;
    font-family: 微软雅黑,"Microsoft YaHei";
    min-width: 1230px;
    position: relative;
    padding-right: 0!important;
}
.system-login, .system-register {
    width: 100%;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    position: relative;
    height: 100vh;
}
.system-login .head, .system-register .head {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    line-height: 50px;
    padding: 0 30px;
    overflow: hidden;
    background: rgba(255,255,255,.2);
}
.system-login .head .logo, .system-register .head .logo {
    width: auto;
    height: 35px;
}
.login-panel .title a, .register .title a {
    display: inline-block;
    padding: 10px 20px;
    border-bottom: 2px solid transparent;
}
.system-login .head .logo-version, .system-register .head .logo-version {
    display: inline-block;
    height: 50px;
}
a, a:focus {
    color: inherit;
    text-decoration: none;
}
.system-login .login-panel, .system-register .login-panel {
    width: 350px;
}
.login-panel, .register-panel {
    padding: 0 20px 30px 20px;
    background: rgba(255,255,255,.7);
    border-radius: 4px;
    position: fixed;
    right: 20%;
    top: 20%;
}
.login-panel .title, .register .title {
    text-align: center;
    font-size: 16px;
    color: #1a1a1a;
    margin-bottom: 30px;
    border-bottom: 1px solid #e8e9eb;
}
.login-panel .input-group-vertical>input, .register-panel .input-group-vertical>input {
    margin-bottom: 15px;
}
.login-panel .input-group-vertical input, .register-panel .input-group-vertical input {
    height: 40px;
    border-radius: 4px;
}
.we7-form .form-control, form .form-control {
    border-color: #e8e9eb;
    border-radius: 0;
    box-shadow: 0 0 0;
    text-shadow: 0 0 0;
}
.system-login+.clearfix+.footer, .system-register+.clearfix+.footer {
    color: #666;
    background-color: rgba(255,255,255,.6);
    position: fixed;
    bottom: 0;
    width: 100vw;
}
.footer {
    background-color: #b8b9b9;
    padding: 24px 0;
    color: #fff;
}
.text-center {
    text-align: center!important;
}
.system-login+.clearfix+.footer .friend-link, .system-register+.clearfix+.footer .friend-link {
    font-size: 16px;
}
.system-login+.clearfix+.footer .copyright, .system-register+.clearfix+.footer .copyright {
    color: #666;
    margin-top: 20px;
}