@charset "UTF-8";
body,
html {
  height: 100%;
  display: block;
}
body {
  background: #e0eefa no-repeat center center;
  background-size: cover;
}
.login-container {
  height: 100%;
  display: flex;
  justify-content: center;
}
.container {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
.container .content {
  display: flex;
  width: 860px;
  min-height: 480px;
  background: #fff;
}
.container .left {
  width: 440px;
  background: #2e79f6;
}
.container .login-card {
  flex: 1;
  min-width: 0;
}
.container .login-inner {
  padding: 50px 40px;
  position: relative;
}
.container .login-inner .qr-btn {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f00;
  background-size: cover;
}
.container .title {
  user-select: none;
}
.container .title .welcome {
  font-size: 20px;
}
.container .title .name {
  font-size: 24px;
  margin-bottom: 44px;
  line-height: 1.8;
  padding-top: 10px;
}
.container .form-item {
  display: block;
  position: relative;
  padding-bottom: 30px;
}
.container .form-item .verify-img {
  position: absolute;
  width: auto;
  top: 1px;
  right: 1px;
  height: 38px;
  font-size: 0;
  line-height: 0;
}
.container .form-item .verify-img img {
  height: 100%;
}
.container .form-item label {
  display: inline-block;
  width: 100%;
  height: 100%;
}
.container .form-item i {
  position: absolute;
  top: 12px;
  margin-left: 14px;
  z-index: 9;
  width: 16px;
  height: 16px;
}
.container .form-item input {
  height: 40px;
  line-height: 30px;
  padding: 4px 8px 4px 41px;
  position: relative;
  z-index: 0;
  box-sizing: border-box;
  width: 100%;
  border-radius: 0;
  background: #fcfdff;
  border: 1px solid #dbe4f2;
  outline: none;
  font-size: 14px;
  font-weight: 400;
  box-shadow: none !important;
}
.container .form-item input:focus {
  background: #fff;
  border-color: #2e79f6;
}
.container .form-item button {
  display: block;
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 20px 0 0 0;
  border: 0;
  border-radius: 0;
  color: #fff;
  background: #2e79f6;
  font-size: 16px;
  outline: none;
}
.container .form-item button.submit-button-loading {
  opacity: 0.8;
}
.footer {
  left: 0;
  bottom: 0;
  color: #fff;
  width: 100%;
  position: absolute;
  text-align: center;
  line-height: 22px;
  padding-bottom: 10px;
  text-shadow: #000 .1em .1em .1em;
  z-index: 1;
}
.footer a,
.footer span {
  color: #fff;
}
.footer a:hover {
  color: #cccccc;
}
#supersized {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -999;
  display: block;
  position: fixed;
  overflow: hidden;
}
#supersized img {
  border: 0;
  width: auto;
  height: auto;
  display: none;
  outline: 0;
  position: relative;
  max-width: none !important;
}
#supersized.speed img {
  image-rendering: -moz-crisp-edges;
  -ms-interpolation-mode: nearest-neighbor;
}
#supersized.quality img {
  image-rendering: optimizeQuality;
  -ms-interpolation-mode: bicubic;
}
#supersized a,
#supersized li {
  width: 100%;
  height: 100%;
  display: block;
  cursor: default;
}
#supersized li {
  top: 0;
  left: 0;
  z-index: -30;
  position: fixed;
  overflow: hidden;
  list-style: none;
}
#supersized li.prevslide {
  z-index: -20;
}
#supersized li.prevslide img {
  display: inline;
}
#supersized li.activeslide {
  z-index: -10;
}
#supersized li.activeslide img {
  display: inline;
}
#supersized li.image-loading {
  width: 100%;
  height: 100%;
  background: url(../../plugs/supersized/progress.gif) no-repeat center center;
}
#supersized li.image-loading img {
  visibility: hidden;
}
#supersized-loader {
  top: 50%;
  left: 50%;
  z-index: 0;
  width: 60px;
  height: 60px;
  position: absolute;
  text-indent: -999em;
  margin: -30px 0 0 -30px;
  background: url(../../plugs/supersized/progress.gif) no-repeat center center;
}
/*# sourceMappingURL=login.css.map */