body {
    height: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-family: Helvetica Neue,Helvetica,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Arial,sans-serif
}
label {
    font-weight: 700
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#app,html {
    height: 100%;
    margin: 0px;
    padding: 0px;
}

*,:after,:before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}
a:active,a:focus {
    outline: none
}

a,a:focus,a:hover {
    cursor: pointer;
    color: inherit;
    text-decoration: none
}

div:focus {
    outline: none
}

.fr {
    float: right
}

.fl {
    float: left
}
 .content,.login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.content {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 30%;
    min-height: 100vh
}

.image_background {
    width: 70%;
    min-height: 100vh;
    background-image: url(login-bk.png);
    background-position: center;
    background-size: cover
}

.title {
    margin: 0 auto 30px auto;
    text-align: center;
    color: #707070
}

.login-form {
    border-radius: 6px;
    background: #fff;
    width: 400px;
    padding: 25px 25px 5px 25px
}

.login-form .el-input,.login-form .el-input input {
    height: 38px
}

.login-form .input-icon {
    height: 39px;
    width: 14px;
    margin-left: 2px
}

.login-tip {
    font-size: 13px;
    text-align: center;
    color: #bfbfbf
}

.login-code {
    width: 33%;
    height: 38px;
    float: right
}

.login-code img {
    cursor: pointer;
    vertical-align: middle
}

.el-login-footer {
    height: 40px;
    line-height: 40px;
    position: fixed;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    font-family: Arial;
    font-size: 12px;
    letter-spacing: 1px
}

.login-code-img {
    height: 38px
}

@media (max-width: 576px) {
    .image_background {
        width:100vh
    }

    .content {
        width: 90%;
        margin: 0 auto;
        left: 5%;
        position: absolute
    }
}
