@font-face {
  font-family: 'PingFangSC-Regular';
  src: url('../fonts/glyphicons-halflings-regular.eot') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg') format('svg');
}
.navbar.navbar-inverse.navbar-fixed-top {
  opacity: 0.6;
}
.body-content > h2 {
  height: 50px;
}
.StandardTest {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #000;
  position: relative;
  top: -18px;
}
.StandardTest #loginForm {
  width: 360px;
  margin: 18px auto;
  padding-top: 200px;
}
.StandardTest #loginForm .remind {
  display: none;
}
.StandardTest #loginForm .form-logo {
  height: 36px;
  background-image: url("./images/logo@3x.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 170px 36px;
}
.StandardTest #loginForm .form-group {
  width: 360px;
  height: 48px;
  margin-right: 0;
  margin-left: 0;
}
.StandardTest #loginForm .form-group .form-control {
  width: 360px;
  height: 48px;
  background: rgba(255, 255, 255, 0.2);
  border: transparent;
  text-align: center;
  color: #000;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  transition: none;
  box-shadow: none;
}
.StandardTest #loginForm .form-group .form-control:focus {
  border: 1px solid #58607B;
  outline: none!important;
}
.StandardTest #loginForm .form-group.username {
  margin-top: 30px;
  margin-bottom: 10px;
}
.StandardTest #loginForm .form-group.password {
  margin-bottom: 30px;
}
.StandardTest #loginForm .form-group.password .passwordInp {
  color: #fff;
  font-family: PingFangSC-Regular;
  font-size: 16px;
}
.StandardTest #loginForm .form-group #Email::-webkit-input-placeholder {
  /* WebKit browsers */
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #58607B;
}
.StandardTest #loginForm .form-group #Email:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #58607B;
}
.StandardTest #loginForm .form-group #Email::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #58607B;
}
.StandardTest #loginForm .form-group #Email:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  font-family: "PingFangSC-Regular";
  font-size: 16px;
  color: #58607B;
}
.StandardTest #loginForm .form-group .btn {
  width: 360px;
  height: 48px;
  background: #537DDA;
  box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
  font: 16px/22px "PingFangSC-Regular";
  color: #FFFFFF;
  letter-spacing: 10px;
  border: none;
}
.StandardTest #loginForm .opt a {
  font: 14px/14px "pxPingFangSC-Regular";
  color: #8893AA;
}
.StandardTest #loginForm .opt a:-webkit-any-link {
  color: #8893AA;
  cursor: auto;
  text-decoration: none;
}
.StandardTest #loginForm .opt a:hover {
  color: #FFF;
  text-decoration: none;
}
.StandardTest #loginForm .opt .forget {
  float: left;
}
.StandardTest #loginForm .opt .register {
  float: right;
}
.login-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  font: 14px/42px "Microsoft YaHei";
  height: 42px;
  text-align: center;
  color: #fff;
  width: 100%;
  padding-top: 0px!important;
  padding-bottom: 0px!important;
  border-top-width: 0px!important;
  background: transparent!important;
  background-color: transparent!important;
}
.login-footer a {
  display: inline-block;
  font: 14px/42px "Microsoft YaHei";
  color: #fff;
}
