#app {
  background-image: url("../images/login_background.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  height: unset !important;
  min-height: 100vh;
  padding: 72px 16px 0;
  box-sizing: border-box;
}
#app .login-swrap {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 16px 32px;
}
#app .login-swrap .title {
  line-height: 58px;
  height: 58px;
  font-weight: 800;
  font-size: 24px;
  color: #1e1e1e;
  text-align: center;
}
#app .login-swrap .login-form {
  margin-top: 24px;
}
#app .login-swrap .login-form .login-field {
  height: 50px;
  background: #f5f5f5;
  border-radius: 50px;
  padding: 0 16px;
  line-height: 50px;
  font-size: 15px;
}
#app .login-swrap .login-form .login-password {
  margin-top: 24px;
  margin-bottom: 56px;
}
#app .login-swrap .login-form .choice-image {
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
#app .login-swrap .login-form .label {
  font-weight: 400;
  font-size: 12px;
  color: #323233;
  line-height: 20px;
}
#app .login-swrap .login-form .label a {
  color: #2ab281;
}
#app .login-swrap .login-form .login-btn {
  margin-top: 20px;
  height: 44px;
  background: linear-gradient(90deg, #0021cc 0%, #1853dd 100%);
  border-radius: 45px;
  font-weight: 600;
  font-size: 16px;
  color: #ffffff;
  border-color: transparent;
}
#app .login-swrap .login-form .register-btn {
  margin-top: 12px;
  height: 44px;
  border: 1px solid #2ab281;
  border-radius: 45px;
  font-weight: 600;
  font-size: 16px;
  color: #2ab281;
}
#app .footer-swrap {
  margin-top: 64px;
}
#app .footer-swrap .label-swrap {
  display: flex;
  justify-content: center;
  align-items: center;
}
#app .footer-swrap .label-swrap .line {
  width: 52px;
  height: 1px;
  background: #666666;
}
#app .footer-swrap .label-swrap .label {
  font-weight: 400;
  font-size: 12px;
  color: #666666;
  line-height: 24px;
  margin: 0 12px;
}
#app .footer-swrap .wechat-swrap {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 20px;
}
#app .footer-swrap .wechat-swrap .wechat {
  width: 32px;
  height: 32px;
  margin-right: 10px;
}
#app .footer-swrap .wechat-swrap .label {
  font-weight: 400;
  font-size: 14px;
  color: #666666;
}/*# sourceMappingURL=login.css.map */
