.center{ background: url(../images/register_bar.png) center center no-repeat; }
.loginForm{ width: 560px; height: 100%; background: #ffffff; line-height: 40px; padding: 50px 24px 0; }
.formTitle{ margin: 0; line-height: 38px; text-align: left; font-size: 24px; }
.formInfo{font-size: 16px;margin-bottom: 31px;}
.inputLabel{ line-height: 38px; height: 40px; border-radius: 4px; }
.inputTitle{ color: #222222; font-weight: 600; line-height: 40px; }
.labelBox{ margin-bottom: 20px; }
.labelBox .inputLabel{ margin-bottom: 0; }
.inputStyle1{ position:relative; width: 160px;}
.inputStyle2{ width: 380px;position:relative}
.fixedWidth{ width: 82px; text-align: right;}
.userLabel{margin-right: 17px;}
.middleRight{margin-right: 20px;}
.additionalLine{ padding-left: 72px; }
.loginForm .submitBtn{width: 160px; height: 50px; margin-right: 50px;}
.submitLable{ line-height: 50px;margin-bottom: 0;}
.sendVerifyCodeBtn{
    height: 40px;
    min-width: 100px;
    background: #eeeeee;
    color: #3a3a3a;
    border: none;
    outline: none;
    cursor: pointer;
    border-radius: 6px;
}
.sendVerifyCodeBtn:active{ background: #dbdbdb; }
.sendVerifyCodeBtn[disabled] { background: #f1f1f1; cursor: not-allowed; }
.seeWords{position:absolute; right:10px;top:10px;width: 20px;height: 20px;cursor: pointer;}
input[name='password']{padding-right: 30px;}