body {
    background: #1E9FFF;
    font-size: 16px;
}
.login-bg {
    position: absolute; width: 100%; height: 100%;
    background: url("../images/login/bg.png");
    background-size: 100% 100%;
    overflow: hidden;
}
.login-bg .bg-figures {
    position: absolute; left: 150px; top: 0; bottom: 0; margin: auto;
    height: 60%;
    animation: moveUpDown 5s ease infinite;
}
.container
{background: url("../images/login/denglukuang.png");
    background-size: 100% 100%;width: 1000px;
    height: 471px;position: absolute;
    top: 50%;
    left: 50%;
    margin: -235.5px 0 0 -500px;}
/* 菜单动画 */
@keyframes moveUpDown {
    0% {
        transform: translate(0px, -10px)
    }
    50% {
        transform: translate(0px, 10px)
    }
    100% {
        transform: translate(0px, -10px);
    }
}
login {
    position: absolute;
    left: 376px;
    top: 35px;
    bottom: 0;
    margin: auto;
    display: block;
    width: 300px;
    height: 328px;
    padding: 20px;
}
login .beij{background: #1e8bff;
    overflow: hidden;
    width: 45px;
    /* height: 30px; */
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;border-radius: 8px 0px 0px 8px;}
login .logo {
    color: #fff; font-size: 22px; letter-spacing: 2px; font-family: 黑体; text-align: center;
    padding-bottom: 15px;
}
login .logo::before,login .logo::after{
    display: block; content: ''; position: absolute; top: 10px;
    background: url("../images/login/logo-shade.png"); background-size: cover;
    width: 140px; height: 1px;
}
login .logo::after{ left:  -80px; transform:scaleX(-1); }
login .logo::before{ right: -80px; }

/*login:after{
    display: block; content: '';
    position: absolute; left: -5px; top: 45px; right: -5px; bottom: -5px; z-index: 1;
    background: rgba(255,255,255,.5);
}*/
.login__content {
    /* position: absolute; top: 50px; bottom: 0; z-index: 9; width: 100%; padding: 30px;
     background: white;border: solid 2px #729ce2; border-radius: 0px;*/

}
.login__content h1{ color: #007fe1; font-family: 黑体; font-weight: normal; margin-bottom: 30px; }
.login-form {
    margin-top: 10px;
}
.login-form .form-item {
    position: relative;
    margin-bottom: 15px;
}
.login-input {
    outline: 0; width: 100%; height: 45px; line-height: 45px;
    font-size: 15px; color: #4a4a4a;
    border: solid 1px #ddd; border-radius: 8px;
    padding-left: 50px;
}
.login-input:hover { border: solid 1px #008ce8; }
.input-icon {
    position: absolute; left: 15px; top: 0; bottom: 0; margin: auto;
    width: 15px; margin: auto;
}
.login-btn {
    outline: none; border: 0;width: 100%; height: 40px; margin-bottom: 20px;
    font-size: 16px; text-align: center;
    background: #007fe1; color: #fff; border-radius: 4px;
    box-shadow: 0px 2px 4px rgba(42, 125, 220, 0.6);
    padding: 0 20px;
}
/*滑动验证*/
login .myVerify{ margin-bottom: 10px; }
login .el-checkbox {margin-bottom: 10px;}
login .verify-bar-area{width:99% !important;}
login .verify-bar-area .verify-msg{font-size:13px}
