input{
    background: none;
    background:transparent;
}
input:-webkit-autofill, textarea:-webkit-autofill, select:-webkit-autofill {
    background-color: #fff !important;
    background-image: none;
    color: rgb(0, 0, 0);
}
.large-header {
    position: relative;
    width: 100%;
    background: #333;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    z-index: 1;
}

.demo-1 .large-header {
    background-image: url('/web/img/login/demo-1-bg.jpg');
}
.logo_box{
    width: 400px;
    height: 380px;
    /*height: 440px;*/
    padding: 20px;
    color: #666;
    position: absolute;
    left: 50%;
    top:50%;
    margin-left: -200px;
    margin-top: -270px;
}
.logo_box h3{
    margin: 0px;
    text-align: center;
    font: 20px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei",sans-serif;
    color: #666;
    line-height: 20px;
    padding:0 0 20px 0;
}
.forms{
    width: 280px;
    height: 485px;
}
.logon_inof{
    width: 100%;
    min-height: 450px;
    padding-top: 35px;
    position: relative;
}
.input_outer{
    height: 50px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 0 5px;
    margin-bottom: 30px;
    border-radius: 50px;
    position: relative;
}
.u_user{
    width: 25px;
    height: 25px;
    background: url(/web/img/login/login_ico.png);
    background-position:  -125px 0;
    position: absolute;
    margin: 10px 13px;
}
.us_uer{
    width: 25px;
    height: 25px;
    background-image: url(/web/img/login/login_ico.png);
    background-position: -125px -34px;
    position: absolute;
    margin: 10px 13px;
}

.check_code{
    width: 25px;
    height: 25px;
    background-image: url(/web/img/login/login_ico.png);
    background-position: -125px -211px;
    position: absolute;
    margin: 10px 13px;
}
.l-login{
    position: absolute;
    z-index: 1;
    left: 50px;
    top: 0;
    height: 46px;
    font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
    line-height: 46px;
}
.text{
    width: 220px;
    height: 46px;
    outline: none;
    display: inline-block;
    font: 14px "microsoft yahei",Helvetica,Tahoma,Arial,"Microsoft jhengHei";
    margin-left: 50px;
    border: none;
    background: none;
    line-height: 46px;
}
.captcha_text{
    width: 150px;
}

.submit_btn {
    padding: 15px;
    margin-top: 20px;
    margin-bottom: 20px;
    display: block;
    line-height: 20px;
    text-align: center;
    font-size: 20px;
    border-radius: 50px;
    background: #0096e6;
    color: #FFFFFF;
    width:330px;
    border: none;
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 25px white inset !important;
}
.logo_box{
    position: fixed;
    background: #fff;
    border-radius: 4px;
}
.captcha_image{
    height: 36px;
}

.check_code_box{
    position: relative;
}
.check_code_box img{
    position: absolute;
    top:6px;
    right: 6px;
    border-radius: 0px 20px 20px 0px;
}
.remember_pwd_box{
    display: flex;
}
.remember_me{
    flex-grow: 1;
}