.login-form{
    width: 100%;
    height: auto;
    padding: 0 15px;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid #E4E4E4;
    margin-bottom: 30px;
    background: #fff;
}
.login-form h1{
    height: 80px;
    text-align: center;
    font-size: 28px;
    line-height: 80px;
    border-bottom: 1px solid #E4E4E4;
    margin-top: 0;
    margin-bottom: 0;
    color: #857272;
}
.login-form .form-body{
    width: 100%;
    padding: 20px 0 0
}
@media (min-width: 768px){
    .login-form{
        width: 880px;
        height: 770px;
        padding: 0 40px;
    }
    .login-form .form-body {
        width: 400px;
        margin: 70px auto 0;
    }
}
.login-form .form-body .form-group{
    position: relative;
    margin-bottom: 40px;
}
.login-form .form-body .form-group label{
    position: absolute;
    left: 20px;
    top: 0;
    width: 80px;
    font-size: 16px;
    line-height: 60px;
    font-weight: normal;
    color: #857272;
}
.login-form .form-body .form-control{
    height: 60px;
    border-radius: 3px;
    padding-left: 100px;
}
.login-form #use-sms{
    display: none
}
.login-form .inline-btns input{
    width: 230px;
    float: left
}
.login-form .inline-btns .msgBtn{
    float: right
}
.login-form .inline-btns .disabled{
    border-color: #E4E4E4;
    color: #E4E4E4;
}
.login-form .inline-btns img{
    margin-left: 15px;
    border-radius: 3px;
}
.login-form .submitBtn{
    width: 100%;
    display: block;
    height: 60px;
    text-align: center;
    background: url(../images/btnBg.png) no-repeat center;
    border: none;
    box-shadow: none;
    border-radius: 3px;
    color: #fff;
    font-size: 18px;
    line-height: 60px;
    padding:0
}
/*合作商登录 */
.login-form  .login-submit{
    line-height: 46px;
}
/*合作商登录 */
.login-form .submitBtn:hover{
    opacity: .8;
    text-decoration: none
}
.login-form .msgBtn{
    width: 150px;
    height: 60px;
    border: 1px solid #FF0066;
    text-align: center;
    line-height: 60px;
    font-size: 20px;
    color: #FF0066;
    border-radius: 3px;
    box-shadow: none;
    background: transparent;
    margin-left: 20px;
    padding-top: 0
}
.login-form .msgBtn:hover{
    background: url(../images/btnBg.png) no-repeat center;
    color: #fff;
}
.login-form .ex-tip{
    width: 100%;
    margin-top: 15px;
    clear: both
}
.login-form .ex-tip,.login-form .ex-tip a{
    font-size: 14px;
    color: #FF0066;
}
.login-form .ex-tip a.color-grey{
    color: #ccc
}
.login-form .alert{
    margin-top: 40%
}
.reg-form .inline-btns{
    display: inline-block
}
.reg-form .divider{
    border-bottom: 1px solid #E4E4E4;
    height: 1px;
    width: 100%;
    margin-bottom: 40px;
}