body{height: 100%;}
html{height: 100%;}

.submit.btn{width:100px;height:40px;line-height: 40px;padding: 0;margin:0;}
.links a{padding:0px 10px;}
.error{border:1px  solid red;}
.success{ border:1px  solid greenyellow;}
.error-tip{color:red;position: absolute;left:25%;}
#imgCodebox .error-tip{color:red;position: absolute;left:20%;}



#publicbng{width:100%;min-height:100%;background:url("../img/bnglogin.jpg") no-repeat;}
#loginform{width:362px;height:335px;background-color: #ffffff;border-radius: 4px;left:50%;top:26%;margin-left:-221px;padding:20px 40px 40px 40px;}
#loginform p{margin-bottom: 20px;}
#loginform .title{width:100%;text-align: center;color:#f87620;font-size: 20px;}
#imgCode{right:0;width: 90px;height: 48px;}
#loginform label{display:inline-block;height:48px;line-height:48px;width:72px;font-size:14px;color:#363636;vertical-align: top;}
#loginform input:nth-child(1),#loginform input:nth-child(2),#loginform input:nth-child(3){padding-left:10px;display:inline-block;height:48px;width:278px;border: 1px solid #f87620;border-radius: 4px;font-size: 14px;color:#363636;}
#loginform input:nth-child(3){width:178px;margin-right: 10px;}
#loginform input.submit{border: 0 none;border-radius: 24px;width: 100%;height: 48px;background: #f87620;color:#fff;font-size: 16px;}
#loginform .links{width:100%;}
#loginform .links a:nth-child(1){width:100%;color:#f87620;font-size: 14px;text-decoration: underline;}

/* 找回密码第一步 */
#pwdback input.submit{display:inline-block;width:170px;height: 50px;background-color:#f87620;border-radius: 24px;vertical-align: top;margin-right: 10px;}
#pwdback a.back{display:inline-block;width:170px;height: 50px;line-height:50px;text-align:center;color:#ffffff;background-color:#f87620;border-radius: 24px;vertical-align: top;}

#modal{left:50%;top:40%;z-index:1;margin-left: -120px;}
#footer{position: absolute;bottom: 0;width:100%;}

