
body,html {
    height: 100%;
    margin: 0;
    padding: 0
}

[v-cloak] {
    display: none
}

#app {
    height: 100%;
    width: 100%;
}

#login {
    min-width: 1200px;
    height: 100%;
    min-height: 700px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative
}

.main-body {
    width: 920px;
    height: 600px;
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    overflow: hidden;
    box-shadow: 0 0 15px rgba(0,138,233,.15)
}

.qr-code {
    float: left;
    width: 380px;
    height: 600px;
    border-radius: 10px 0 0 10px;
    background: url(/static/images/login-site-bg.png) center center no-repeat;
    position: relative;
}

.qr-code>*{
    padding: 0 78px
}

.qr-code .login-title {
    font-size: 28px;
    color: #fff;
    letter-spacing: 9px;
    margin: 150px 0 80px 0
}

.qr-code .show-qr-code {
    width: 120px;
    height: 120px
}

.qr-code .show-qr-code .img-wrap {
    padding: 10px;
    border: 1px solid rgba(255,255,255,.5)
}

.qr-code .show-qr-code .content {
    color: #fff;
    font-size: 14px;
    width: 210px;
    line-height: 16px;
    cursor: default;
    margin-top: 17px
}

.new-login {
    width: 540px;
    height: 600px;
    padding: 50px 60px;
    background-color: #fff;
    position: relative;
    float: left;
    border-radius: 0 10px 10px 0;
    box-sizing: border-box;
}

.new-login .el-tabs__nav .el-tabs__item {
    font-size: 20px;
    padding: 20px 16px;
    height: auto;
}

.new-login .el-tabs__nav-scroll {
    text-align: center
}

.new-login .one .el-tabs__nav-scroll {
    text-align: left
}

.login-top {
    margin-top: 15px;
}

#workWeixinLogin {
    display: flex;
}

.login-top iframe {
    margin: auto
}

.checkbox-label {
    margin-left: 18px
}

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

.forget-btn:hover {
    text-decoration: underline
}

.submit-btn {
    background-color: #34acff;
    width: 100%;
    height: 50px;
    color: #fff;
    font-size: 20px;
    /*margin-top: 26px*/
}

.goto-register {
    text-align: center;
    color: #999
}

.ver-btn {
    width: 130px;
    margin-left: 30px;
    font-size: 14px
}

.error-tip {
    color: #f5222d;
    margin-bottom: 0;
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 20px
}

.foot {
    position: absolute;
    bottom: 15px;
    text-align: center;
    width: 100%;
    font-size: 12px
}

.foot a {
    text-decoration: none;
    color: #c7c7c7
}

.verify-code {
    position: fixed;
    z-index: 999;
    width: 100px;
    margin-top: 1px;
    right: 220px;
}

.verify-code-timer {
    position: fixed;
    z-index: 999;
    width: 100px;
    margin-top: 1px;
    right: 230px;
}

.el-button.is-disabled, .el-button.is-disabled:focus, .el-button.is-disabled:hover {
    border-color: transparent !important;
    background-color: transparent !important;
    color: inherit !important;
}