html,
body {
  height: 100%;
}
.containermain {
  width: 100%;
  height: 100%;
  position: relative;
}
.bjImg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40%;
  /*background: url(../images/Nlogin/bg_login.png) no-repeat;*/
  background: url(../images/Nlogin/bg_login.png) no-repeat scroll center center / 17px 17px;
  background-size: 100% 100%;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='./images/Nlogin/bg_login.png', sizingMethod='scale');
}
.header {
  position: fixed;
  left: 47%;
  top: 5%;
}
content {
  text-align: center;
  display: flex;
  flex-direction: column;
  flex: 1;
  /* 1 代表盡可能最大，會自動填滿除了 header footer 以外的空間 */
}
content main {
  text-align: center;
  flex: 1;
}
content footer {
  text-align: center;
  min-height: 20px;
}
#footer {
  text-align: center;
  min-height: 30px;
}
#footer div {
  text-align: center;
}
.loginBox .row .form-label .Hui-iconfont {
  float: right;
}
.col-xs-8 {
  border: 1px solid #ee5f5b;
  height: 34px!important;
}
.col-xs-8 > input {
  border: 1px solid #ee5f5b;
  height: 34px!important;
}
.loginBox {
  height: 284px!important;
  top: 50%!important;
}
.dl {
  position: relative;
  left: 54px;
  top: 28px;
  width: 86%;
}
.btn-success {
  position: relative;
}
.btn-default {
  position: relative;
  left: -2px;
  top: 67px;
}
.form-horizontal {
  border: 1px solid #ee5f5b;
  height: 247px;
}
.login {
  width: 400px;
  margin: 250px auto;
  position: relative;
}
.login input {
  height: 48px;
  width: 100%;
  text-indent: 18px;
  outline: none;
}
#txtUserMobile,
#txtPassword {
  border: 1px solid #aaa;
  border-radius: 5px !important;
  background: white;
  position: relative;
  z-index: 2;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  behavior: url(PIE/PIE.htc);
}
#txtUserMobile {
  margin-top: 30px;
  background-image: url(../images/Nlogin/icon_user.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
#txtPassword {
  margin-top: 20px;
  background-image: url(../images/Nlogin/icon_password.png);
  background-repeat: no-repeat;
  background-position: 10px 10px;
}
.ipt {
  /*position: fixed;*/
  /*top:25%;*/
  /*width: 100%;*/
  padding-top: 177px;
}
.yzmLogin {
  position: absolute;
  top: 150px;
  left: 268px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
}
.yzmLogin:after {
  content: '|';
  position: absolute;
  top: 0px;
  left: 68px;
  color: #555;
  font-size: 12px;
  font-weight: 500;
}
nav div .navbar-right .help-ar {
  font-size: 12px;
}
.ad {
  text-align: center;
  margin: 15px auto;
  font-size: 22px;
  width: 100%;
}
.navStyle {
  background-color: white;
  border: none;
}
.tab {
  text-align: center;
}
a {
  color: #9EA6B1;
}
.tab span {
  padding: 0 10px;
  font-size: 16px;
  cursor: pointer;
  color: #9EA6B1;
}
.tab .active_s {
  text-decoration: underline;
  color: #698DBD;
}
.line {
  display: flex;
  height: 2px;
  margin: 10px 0;
  background: #828282;
}
.line1,
.line2 {
  flex: 1;
}
.line1 {
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(#ffffff), to(rgba(255, 255, 255, 0)));
}
.line2 {
  background: -webkit-gradient(linear, 0% 0%, 100% 0%, from(rgba(255, 255, 255, 0)), to(#ffffff));
}
/*footer {
	position: fixed;
	bottom: 0;
	width: 100%;
}*/
#keepLog {
  width: 14px;
  height: 14px;
  margin-right: 5px;
}
body {
  overflow: hidden;
  font-family: Arial, tahoma, 'Hiragino Sans GB', '\5b8b\4f53', sans-serif;
}
.bbp-lmare {
  position: absolute;
  top: 75px;
  left: 273px;
  border: 0;
  background-color: white;
  border: 1px #adadad solid;
}
.bbp-lomer {
  width: 96px;
  position: absolute;
  top: 65px;
  left: 300px;
  border: 0;
  background-color: white;
  border: 1px #adadad solid;
}
.login input {
  height: 48px;
  width: 100%;
  text-indent: 18px;
  outline: none;
}
.bbp-phl,
.bbp-pht {
  border: 1px solid #aaa;
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px 1px #aaa;
}
.impowerBox {
  position: relative;
  overflow: hidden;
  width: 600px;
  height: 480px;
  margin: 0 auto;
  background: white;
  border-radius: 5px !important;
  box-shadow: 0px 0px 10px 1px #aaa;
  behavior: url(PIE/PIE.htc);
  z-index: 1;
}
.impowerBox input {
  height: 48px;
  line-height: 45px;
  width: 67%;
  text-indent: 50px;
  outline: none;
}
#btnLogin {
  font-size: 18px;
  border: 0;
  width: 67%;
  height: 48px;
  color: white;
  background-color: #059BFF;
  border-radius: 5px;
  margin-top: 20px;
}
