*:focus {
  outline: none;
}
html {
  width: 100%;
  height: 100%;
}
body {
  font-size: 12px;
  font-family: 'Helvetica Neue', Helvetica, 'Microsoft Yahei', sans-serif;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  width: 100%;
  height: 100%;
  border: none !important;
  overflow: hidden;
  background-size: 100% 100%;
  user-select: none;
}
.bg-mask {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -2;
  opacity: 0.3;
  border: none;
}
.login-bg {
  position: absolute;
  z-index: -1;
  opacity: 0.75;
  border: none;
  box-shadow: 0 0 8px 4px #333;
}
.project-title {
  font-size: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -216px;
  margin-left: -180px;
  font-weight: bold;
  border: none;
  background: none;
  line-height: 48px;
  height: 48px;
  width: 360px;
  text-align: center;
}
.project-title img.logo {
  height: 72px;
  position: absolute;
  margin-top: -72px;
  left: 50%;
  transform: translateX(-50%);
}
.login {
  position: absolute;
  border: none;
  display: block;
  width: 336px;
  height: 268px;
  top: -225px;
  left: 50%;
  margin-top: -128px;
  padding: 12px 24px;
  font-family: 'Segoe UI', Tahoma, sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 32px;
  opacity: 0.85;
}
.login .login-title {
  font-size: 24px;
  font-weight: bold;
  display: block;
  margin-bottom: 18px;
}
.login .login-title > i {
  margin-right: 12px;
}
.login .line {
  height: 48px;
  margin: 2px 0;
  width: 100%;
}
.login .line .label {
  display: inline-block;
  width: 48px;
  font-size: 16px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  border-right: none;
  box-sizing: border-box;
  float: left;
}
.login .line .label.fa-refresh {
  cursor: pointer;
}
.login .line img.captcha {
  height: 48px;
  float: left;
  width: 108px;
  border-left: none;
  border-right: none;
  text-align: center;
  line-height: 48px;
  box-sizing: border-box;
  padding: 11px 6px 11px 0;
  font-style: italic;
  font-weight: bold;
  cursor: pointer;
  user-select: none;
}
.login .line input {
  line-height: 48px;
  height: 48px;
  box-sizing: border-box;
  padding: 0 4px;
  font-size: 16px;
  width: calc(100% - 48px);
}
.login .line input.code {
  width: calc(100% - 156px);
  font-style: italic;
}
.login .login-btn {
  margin-top: 2px;
  width: 100%;
  height: 36px;
  line-height: 36px;
  padding: 0;
}
.login .tips {
  height: 22px;
  line-height: 22px;
  padding: 1px;
  margin: 4px auto 2px;
  text-align: center;
  vertical-align: middle;
}
.login .tips.ui-state-error {
  font-size: 14px;
  padding: 0;
}
.login.no-veri-code {
  height: 228px;
  margin-top: -118px;
}
.login.no-veri-code .veri-code-line {
  display: none;
}
body.center-mode .login-bg {
  border-left: none;
  border-right: none;
  width: 100%;
  height: 0;
  top: 50%;
  transform: translateY(-50%);
}
body.center-mode .project-title {
  margin-top: -138px;
}
body.center-mode .login {
  top: 50%;
  display: none;
  margin-left: -192px;
  margin-top: -88px;
}
body.center-mode .login.no-veri-code {
  height: 228px;
  margin-top: -78px;
}
body.center-mode .login.no-veri-code .veri-code-line {
  display: none;
}
body.left-mode .login-bg {
  width: 0;
  height: 100%;
  left: 0;
}
body.left-mode .project-title {
  left: 19.1%;
}
body.left-mode .login {
  left: 19.1%;
  transform: translateX(-50%);
}
body.right-mode .login-bg {
  width: 0;
  height: 100%;
  right: 0;
}
body.right-mode .project-title {
  left: 81.9%;
}
body.right-mode .login {
  left: 81.9%;
  transform: translateX(-50%);
}

/*# sourceMappingURL=login.css.map*/