@charset "utf-8";
.login-bg{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: url(images/bodybg.jpg) no-repeat;
    background-size: cover;
}
.ew-c-loginicon{
    background: url(images/icon-tx.png) no-repeat;
    background-position: 0 0;
}
.ew-c-loginhead{
    height: 46px;
    background: rgba(255, 255, 255, .3);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .04);
    color: #6D777D;
}
.login-c-box{
    position: absolute;
    width: 1100px;
    height: 530px;
    left: 50%;
    margin-left: -550px;
    top: 20%;
}
.login-c-box .box-left{
  float: left;
}
.login-c-box .box-left .ew-c-loginlogo{
    width: 464px;
    height: 50px;
    margin:0;
}
.login-c-box .box-left .l-img{
    position: absolute;
    width: 660px;
    height: 516px;
    left: -100px;
    bottom: -85px;
    background: url(images/l-img.png) no-repeat;
}
.ew-c-loginmain{
    float: right;
    width: unset;
    height: unset;
    box-shadow: unset;
}
.ew-c-logininputbox{
    padding: 50px 70px;
    width: unset;
    border-radius: 3px;
}
.ew-c-inputtext{
    text-align: center;
    color: #47515C;
    position: relative;
    margin-bottom: 36px;
    font-size: 24px;
}
.ew-c-inputtext:after{
    width: 24px;
    height: 3px;
    border-radius: 3px;
    background: #468FF1;
    left: 50%;
    margin-left: -12px;
    bottom: -1px;
}
.ew-c-logininputbox .ew-c-inputinfo{
    margin-bottom: 16px;
    position: relative;
}
.ew-c-logininputbox .ew-c-username, 
.ew-c-logininputbox .ew-c-password, 
.ew-c-logininputbox .ew-c-telphone, 
.ew-c-logininputbox .ew-c-mesyzm{
    height: 48px;
    line-height: 48px;
    width: 340px;
    box-sizing: border-box;
    border: 0;
    box-shadow: unset;
    padding:0 0 0 56px;
    border-radius: 3px;
    background: url(images/loginicon_new.png) no-repeat #F3F4F9;
}
.ew-c-logininputbox .ew-c-password{
    background-position: 0 -48px;
}
.ew-c-logininputbox .ew-c-mesyzm{
    background-position: 0 -96px;
}
.ew-c-logininputbox .ew-c-telphone{
    background-position: 0 -144px;
}
.ew-c-logininputbox .ew-c-L_input{
    height: 48px;
    line-height: 48px;
    width: 284px;
    padding-left: 8px;
    box-sizing: border-box
}
.ew-c-logininputbox .ew-c-mesyzm .ew-c-L_input,
.ew-c-logininputbox .ew-c-telphone .ew-c-L_input
{
    width: 180px;
}
.ew-c-mesyzm .icon-image{
  height: 100%;
}
.ew-c-logininputbox .ew-c-telphone .code-btn{
    height: 48px!important;
    line-height: 48px!important;
    background: #468FF1!important;
}
.ew-c-loginbtn{
    width: 100%;
    width: 100%;
    height: 48px;
    line-height: 48px;
    letter-spacing: 5px;
    font-size: 16px;
    background: #468FF1;
    margin-top: -10px;
}
input::placeholder {
  color: #B0B7C0;
}
.ew-c-inputinfo label{
    color: #A8ADB3;
    display: block;
    margin-top: -10px;
}