*{ padding: 0; margin: 0; }
.login-page{ position: fixed; top: 0; bottom: 0; width: 100%; /*background: url(../images/eboss_bg.png) center center no-repeat;*/ }
#bodyPage{ width:100%; min-height:100%; height:auto !important; height:100%; position:fixed; top:0; left:0; }
#bodyPage img.bg { position:absolute; top: 0px; left: 0px; z-index:1; display:none;}
.login-page-logo{ position: fixed; top: 50px; left: 50px; z-index: 9999; }
.login-page-bottom{ position: fixed; bottom: 80px; width: 100%; font-size: 16px; line-height: 32px; color: #fff; text-align: center; }
.login-box{position: fixed;top: 45%;left: 55%;width: 880px;height: 280px;margin: -200px 0 0 -525px;text-align: center; z-index: 9999}
.login-form-box{height: 40px;margin-top: 40px;}
.login-form{ display: inline-block; width: 830px; height: 65px; padding: 10px 0 10px 5px; font-size: 0; box-sizing: border-box; background: #e0e3e9; border-radius: 5px; }
.login-form select{ width: 230px; height: 45px; padding-left: 30px; font-size: 18px; line-height: 45px; border: 1px solid #bbb; border-radius: 5px; box-sizing: border-box; vertical-align: middle; background-color: #d8dade; background: url(../images/eboss_company.png) 10px center no-repeat , url(../images/eboss_arrow.png) 95% center no-repeat; }
.login-form select:invalid { color: gray; }
.login-form select, option { appearance:none; -moz-appearance:none; -webkit-appearance:none; }
.login-form input[type=text]{ width: 230px; height: 45px; padding-left: 30px; margin-left: 20px; font-size: 18px; border: 1px solid #bbb; border-radius: 5px; box-sizing: border-box; vertical-align: middle; }
.login-form input[type=password]{ width: 230px; height: 45px; padding-left: 30px; margin-left: 20px; font-size: 18px; border: 1px solid #bbb; border-radius: 5px; box-sizing: border-box; vertical-align: middle; }
.login-username{ background: #f5f6f7 url(../images/eboss_username.png) 10px center no-repeat; }
.login-password{ background: #f5f6f7 url(../images/eboss_password.png) 8px center no-repeat; }
.login-code{ width: 100px!important; background: #f5f6f7 url(../images/eboss_code.png) 8px center no-repeat; }
.login-codepic{ width: 106px; height: 42px; margin-left: 10px; vertical-align: middle; }
.login-btn{ display: inline-block; width: 50px; margin-top: 7.5px; font-size: 18px; line-height: 50px; text-decoration: none; color: #fff; background: #ff6600; border-top-right-radius: 5px; border-bottom-right-radius: 5px; float: right; }
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }