.login-con{
    width: 100%;
    min-width: 1200px;
    height: 474px;
    background:#294fbc url(../img/login_bg.png) no-repeat center;
    margin: 0 auto;
}
.login-form{
    position: absolute;
    top: 60px;
    right: 100px;
    padding: 38px;
    padding-bottom: 90px;
    box-sizing: border-box;
    background: #fff;
    /* width: 365px; */
    border-radius: 2px;
}
.login-tab{
    color: #313131;
    font-size: 20px;
    text-align: center;
}
.login-form-item{
    position: relative;
    margin-bottom: 20px;
    z-index: 1;
}
.login-form .item-fore1,
.login-form .item-fore2 {
    border: 1px solid #dcdcdc;
    height: 40px;
    line-height: 40px;
    width: 270px;
    border-radius: 5px;
}
.login-form .itxt {
    font-size: 15px;
    color: #868686;
    border:none;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
}
.login-btn{
    display: block;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: url(../img/login_btn.png) no-repeat;
    background-size: 100% 100%;
    color: #fff;
    font-size: 18px;
}
.login-register{
    position: absolute;
    bottom: 0;
    left: 0;
    background: #eeeeee;
    height: 56px;
    line-height: 56px;
    width: 100%;
    text-align: center;
}
.login-register a{
    color: #e57219;
    font-size: 14px;
}
.vam{
    vertical-align: middle;
    margin-right: 3px;
    margin-top: -3px;
}
input:-moz-placeholder {
        opacity: 1;
}

input:-moz-placeholder {
       opacity: 1;
}

 input::-webkit-input-placeholder {
       opacity: 1;
}

input:-ms-input-placeholder {
       opacity: 1;
}
