.qr_opened{
    width: 300px;
    clear: both;
    margin: -70px 0px 0px 30px;
}
#qr_hint{
    width:40px;
    height:40px;
    float:right;
}
#qr_wrapper{
    color:white;
}
#qr_info{
    display:inline-block;
    margin-left:-2px;
    color:#666;
    font-size:14px;
}
#sign_in_box {
	border: 1px solid #ddd;
}
body{
    font-family:Microsoft YaHei;
}
.wrapper.no-navigation{
    position:absolute;
    width:100%;
    height:100%
}
.img-box{
    /* background:url(./images/login/1.1.png) no-repeat; */
    width:100%;
    height:100%;
    background-position:50% 30% !important;
    background-size:cover;
    position:absolute;
}
/* .img-box{
    display: block;
    position: absolute;
    width: 100%;
    z-index: -1;
    height: 100%;
    overflow: hidden;
}
.img-box img {
    position: absolute;
    width: 100%;
    bottom: 0px;
}
@media(max-width:1280px){
    .img-box img{
    width:auto!important;
    height:100%;
    }
} */

.no-navigation .img-circle{
    border-radius:0;
    opacity:0;
}
.form-group img{
    position:absolute;
    top:17px;
    left:16px;
}
input#account,
#password,
#code{
    border:none;
    width:100%;
    height:100%;
    margin:0;
    padding:0;
    padding-left:54px;
    box-shadow:none;
    background-color:#fff;
    display:inline-block;
    font-size:14px;
    color:#ccc;
}
#imgVerify {
    width: 30%;
    position: absolute;
    top: 10px;
    right: 10px;
    left:auto;
}
.login-box .form-group.one,
.login-box .form-group.two{
    border-bottom:1px solid #ebebeb;
}
.active{
    border-bottom:1px dashed #2cc3a9 !important;
}
img#btn_account_login{
    position:absolute;
    top:0;
    right:0;
}
.welcome2{
    margin-top:40px;
}
.welcome{
    padding-top:15px;
    position:relative;
    margin-bottom:35px;
}
.welcome p{
    font-size:16px;
    color:#333;
    margin-bottom:6px;
    text-align:center;
}
#qr_hint{
    position: absolute;
    width: 50px;
    height: 50px;
    right: -32px;
    top: -32px;
    margin: 0;
}
.text-center.m-bottom-xs.new{
    overflow:hidden;
}
.text-center.m-bottom-xs.new a{
    color:#999;
    font-size:14px;
}
.text-center.m-bottom-xs.new a:first-child{
    float:left;
}
.text-center.m-bottom-xs.new a:last-child{
    float:right;
}
input#button{
    height:42px;
    font-size:16px;
}
h6.company{
    color:#fff;
    text-align:center;
    margin-top:40px;
    margin-bottom:0;
}
.qr_abouts{
    text-align: center;
    margin-top:24px;
}
input:-webkit-autofill{
    -webkit-box-shadow:0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color:#333!important;
}
.BYlogo img{
    width:inherit;
    margin:auto;
    display:block;
}
.form-group{
    position:relative;
    height:56px !important;
    margin-bottom:0 !important;
}
.war-footer{
    margin-top:24px;
}
.sign-in-wrapper{
    padding:0 15px 0;
    max-width:458px;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}
.BYlogo{
    margin-left:-2px;
}
.absolute{
    position:relative;
    margin:0 0px;
    height:100%;
}
.box_wrapper{
    position:absolute;
    top:50%;
    left:0;
    background-color: #fff;
    border-radius: 10px;
    transform-style: preserve-3d;
    backface-visibility:hidden;
    transition:all 1.5s;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.input_box {
    position: relative;
    height: 93px;
}
.first_input_box, .last_input_box{
    display:inline-block;
    width:100%;
    height:44px;
    padding-left:50px;
}
.input_bg_icon{
    position:absolute;
    left:16px;
    top:18px;
}
.tips{
    display:inline-block;
    color:#ccc;
    padding-left:25px;
    background:url("../images/new-login-icon/prompt_nor.png") no-repeat left center;
}
.return{
    display:inline-block;
    width:61px;
    height:36px;
    margin:10px 0 20px 0;
    background:url("../images/new-login-icon/return_nor.png") no-repeat;
}
.return:hover{
    background:url("../images/new-login-icon/return.png") no-repeat;
}
/* button{
    width:100%;
    height:45px;
    font-size:18px;
} */
.input_error{
    border-color:red !important;
}
.tips_error{
    color:red;
    background:url("../images/new-login-icon/prompt.png") no-repeat left center;
}
.recovered_title{
    height:75px;
    text-align:center;
    line-height:45px;
    font-size:24px;
    color:#ccc;
}
#email{
    float:right;
    width:130px;
    margin-top: 8px;
}

.login_tips{
    width:100%;
    height:40px;
    border-radius:40px;
    margin-bottom:8px;
    background:#fff;
    line-height:40px;
    color:#333;
}
.login_tips img{
    margin: 2px 25px 2px 2px;
    float: left;
}









@media (max-width:420px){
    form.login-box{
        width:100%;
        margin:0 auto;
    }
    .login-box img{
        margin:0 4px;
    }
    input#account, #password{
        width:84%;
    }
    #qr_wrapper{
        width:100%;
    }
    .qr_abouts{
        width:100%;
        margin-left:0;
        text-align:center;
    }
}
