.body-content {
    display:flex;flex-direction:row;
}

.login-main-img-box {
    margin-top:95px;
} 

.login-header-logo {
    width:265px;height:58px;margin: auto;
}

.demo {
    padding-top: 20px;
    text-align: center;
    color: #9abcda!important;
    font-size: 14px;
}

.main-body {
    /*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;*/
}

.el-image__inner {
    vertical-align: top;
    opacity: 1;
    width: 1100px;
    
}

.login-main .login-bottom .center .item input {
    display: inline-block;
    width: 300px;
    height: 22px;
    padding: 0;
    position: absolute;
    border: 0;
    outline: 0;
    font-size: 14px;
    letter-spacing: 0;
    background: none;
    color: white;
}

.login-main .login-bottom .center .item .icon-1 {
    background: url(../images/icon_user.png) no-repeat;
    background-size: 22px 22px;
}


.login-main .login-bottom .center .item .icon-2 {
    background: url(../images/icon_paw.png) no-repeat;
    background-size: 22px 22px;
}

.login-main .login-bottom .center .item .icon-3 {
    background: url(../images/icon_code.png) no-repeat;
    background-size: 22px 22px;
}

.login-main .login-bottom .center .item .icon-4 {
    background: url(../images/icon-login.png) no-repeat 0 -43px;
    position: absolute;
    right: -10px;
    cursor: pointer;
}

.login-main .login-bottom .center .item .icon-5 {
    background: url(../images/icon-login.png) no-repeat -55px -43px;
}

.login-main .login-bottom .center .item .icon-6 {
    background: url(../images/icon-login.png) no-repeat 0 -93px;
    position: absolute;
    right: -10px;
    margin-top: 8px;
    cursor: pointer;
}


.login-main .login-bottom .tip .icon-nocheck {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    border: solid 1px #9abcda;
    position: relative;
    top: 2px;
    margin: 1px 8px 1px 1px;
    cursor: pointer;
}

.login-main .login-bottom .tip .icon-check {
    margin: 0 7px 0 0;
    width: 14px;
    height: 14px;
    border: none;
    background: url(../images/icon-login.png) no-repeat -111px -48px;
}

.login-main .login-bottom .center .item .icon {
    display: inline-block;
    width: 33px;
    height: 22px;
}

.login-main .login-bottom .center .item {
    width: 398px;
    height: 35px;
    border-bottom: 1px solid #0A8985;
    margin-bottom: 35px;
}




.login-main {
    width: 494px;
    margin-top: 150px;
    margin-left: -200px;
}

.login-main .login-top {
    margin-top: 32px;
    width:100%;
}



.login-main .login-frame {
    display: flex;flex-direction: column;
    background: url(/static/admin/images/loginframe.png) no-repeat center center;
    background-size: 100% 100%;
    width: 494px;
    align-items: center;
    justify-content: center;
}




.login-main .login-top .title1{
    height: 38px;
    font-family: ABeeZee, ABeeZee;
    font-weight: 400;
    font-size: 32px;
    color: #FFFFFF;
    line-height: 38px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}


.login-main .login-top .title2{
    margin-top:16px;
    height: 28px;
    font-family: OPPOSans, OPPOSans;
    font-weight: 400;
    font-size: 20px;
    color: rgba(255, 255, 255, .7);
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    
}

.login-main .title-hr-line {
    width: 398px;
    height: 2px;
    border-bottom: 1px solid rgba(16,252,255,0.2);
    background:none;
    margin: 16px auto;
    display:flex;
    flex-direction: row;
}



.login-main .login-bottom {
    width: 428px;
    border-radius: 0 0 12px 12px;
    padding-bottom: 53px;
    height:400px;
}

.login-main .login-bottom .center {
    width: 400px;
    margin: 0 auto;
    padding-top: 20px;
    position: relative;
}

.login-main .login-bottom .tip {
    clear: both;
    height: 16px;
    line-height: 16px;
    width: 288px;
    margin: 0 auto;
}


body {
    background: url(../images/loginbg5.jpg) 0% 0% / cover no-repeat;
    position: static;
    font-size: 12px;
}

input::-webkit-input-placeholder {
    color: #a6aebf;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color: #a6aebf;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color: #a6aebf;
}

input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #a6aebf;
}

input:-webkit-autofill { /* 取消Chrome记住密码的背景颜色 */
    -webkit-box-shadow: 0 0 0 1000px white inset !important;
}

html {
    height: 100%;
}

.login-main .login-bottom .tip {
    clear: both;
    height: 24px;
    line-height: 24px;
    width: 400px;
    margin: 0 auto;
    text-align: center;
}

.login-main .login-bottom .tip .login-tip {
    font-family: OPPOSans, OPPOSans;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    color: #BDBDBD;
    cursor: pointer;
    text-align: center;
}

.login-main .login-bottom .tip .forget-password {
    font-stretch: normal;
    letter-spacing: 0;
    color: #1391ff;
    text-decoration: none;
    margin-left: 20px;
    
}

.login-main .login-bottom .login-btn {
    width: 406px;
    height: 55px;
    /*background-color: #1E9FFF;*/
    background: url('../images/loginbutbg.png') no-repeat center;
    background-size: 100% 100%;
    border-radius: 16px;
    margin: 24px auto 0;
    text-align: center;
    line-height: 55px;
    color: #00FDFF;
    text-shadow: 0px 1px 3px rgba(0,253,255,0.5);
    font-size: 22px;
    letter-spacing: 0;
    cursor: pointer;
    border: none;
}

.login-main .login-bottom .center .item .validateImg {
    position: absolute;
    right: 1px;
    cursor: pointer;
    height: 36px;
    border: 1px solid #e6e6e6;
}

.footer {
    left: 0;
    bottom: 0;
    color: #fff;
    width: 100%;
    position: absolute;
    text-align: center;
    line-height: 30px;
    padding-bottom: 10px;
    text-shadow: #000 0.1em 0.1em 0.1em;
    font-size: 14px;
}

.padding-5 {
    padding: 5px !important;
}

.footer a, .footer span {
    color: #fff;
}

#validatePanel {
    width: 260px;
}



@media screen and (max-width: 780px) {
    body-content {
        display: flex;
        flex-direction: column;
    }

    .login-main-img-box {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        margin-top: 0px !important;
    }

        
    .el-image__inner {
        width: 80vw !important;
        height: auto !important;
        opacity: 0.3 !important;
    }

    .login-header-logo {
        width:193px !important;
        height:42px !important;
        margin: auto;
    }

    .login-main .title-hr-line {
        width: 289px !important;
    }

    .login-main {
        width: 90vw !important;
        margin-left: 5vw !important;
        margin-top: auto !important;
    }

    .login-main .login-frame {
        width: 80vw !important;
        margin-left: 5vw !important;
    }

    .login-main .login-bottom .center {
        width: 291px !important;
    }

    .login-main .login-bottom .center .item {
        width: 289px !important;
    }

    .login-main .login-top {
        width: 318px !important;
    }

    .login-main .login-bottom {
        width: 318px !important;
    }

    #validatePanel {
        width: 189px !important;
    }

    .login-main .login-bottom .tip {
        width: 291px !important;
    }

    .login-main .login-bottom .tip .login-tip {
        font-size: 14px !important;
    }

    .login-btn {
        width: 289px !important;
        height: 40px !important;
        line-height: 40px !important;
    }
}