body{
    font-family:  Microsoft YaHei, Arial, "\5b8b\4f53";
    background:#0064C8;
    height: 100vh;
}
.login-content {
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}
.login-form {
    border-radius: 10px;
    background-color: #e9eef2;
    overflow: hidden;
    display: flex;
    margin-top: 30px;
}
.login-form .login-left {
    background: url("../login/login_left.png") no-repeat;
    background-size: auto 100%;
    height: 380px;
    width: 650px;
}
.login-form .login-right {
    padding: 0px 50px;
    width: 400px;
}
.title {
    color:#251E5F;
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    line-height: 60px;
    background: url("../login/border_img.png") repeat;
    margin-bottom: 25px;
}
.input-group {
    margin-bottom: 15px;
}
.login-tips {
    font-size:12px;color:#FA6F03;
    text-align: center;
}
.login_footer {
    text-align: center;
    padding-top: 40px;
    color: white;
}
.login_footer p {
    margin-bottom: 0;
}