* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  border: none;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-font-smoothing: antialiased;
  font-family: "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif
}

html,
body {
  width: 100%;
  height: 100%;
  background: #e6e6e6;
  font-size: 14px;
}

.login-bg {
  width: 100%;
  height: 100%;
  display: flex;
  color: #2c3e50;
  flex-flow: column;
  justify-content: center;
  background: url(/images/map.png?__inline) center no-repeat;
}

.login-main {
  width: 100%;
  position: relative;
  background: linear-gradient(90deg,#3090cd,#2250c5),linear-gradient(#fff,#fff);
  display: flex;
  justify-content: center;
  align-items: center;
}

.login-main::after {
  content: "";
  width: 100%;
  height: 108%;
  position: absolute;
  top: -4%;
  background: url(/images/map.png?__inline),
    linear-gradient(90deg, transparent, transparent),
    linear-gradient(90deg, #3090cd, #2250c5);
  opacity: 0.37;
  z-index: 1;
  background-position: 50%;
  background-repeat: no-repeat;
  background-blend-mode: soft-light;
}

#particles {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.login-content {
	width: 320px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  z-index: 2;
  margin-top: 6.019vh;
  margin-bottom: 6.019vh;
}

.slogan {
  color: white;
  margin-top: 5px;
  font-size: 14px;
  margin-bottom: 15px;
  position: relative;
}

.slogan::before, .slogan::after {
  content: '';
  display: block;
  height: 1px;
  width: 30px;
  top: 50%;
  background: linear-gradient(90deg, #ffffff 0%, #2a73ca 100%);
  position: absolute;
}

.neutral .slogan::before, .neutral .slogan::after {
  display: none;
}

.slogan::before {
  left: -35px;
  background: linear-gradient(90deg, #2a73ca 0%, #ffffff 100%);
}

.slogan::after {
  right: -35px;
}

.neutral .login-form {
  margin-bottom: 10px;
}

.login-form .row {
  display: inline-block;
  width: 100%;
  margin: 10px auto;
  vertical-align: middle;
  position: relative;
}

.login-form .row:nth-child(2) {
  margin-bottom: 16px;
}

.form-control {
  -webkit-appearance: none;
  background-color: #fff;
  background-image: none;
  border-radius: 4px;
  border: 1px solid #dcdfe6;
  box-sizing: border-box;
  color: #606266;
  display: inline-block;
  font-size: inherit;
  width: 100%;
  height: 40px;
  line-height: 40px;
  outline: 0;
  padding: 0 15px;
  padding-left: 40px;
  transition: border-color .2s cubic-bezier(.645,.045,.355,1);
}

.form-control:focus {
  border-color: #409eff;
  outline: 0;
}

.form-control:hover {
  border-color: #c0c4cc;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
  display: none;
}

.text-center {
  text-align: center;
}

.username {
  width: 40px;
  height: 35px;
  background: url(/images/user.png?__inline) center no-repeat;
  background-position: 12px 50%;
  position: absolute;
  top: 2.5px;
  left: 0;
  display: block;
  position: absolute;
  top: 0;
  -webkit-transition: all .3s;
  height: 100%;
  color: #c0c4cc;
  text-align: center;
}
.password {
  width: 40px;
  height: 35px;
  background: url(/images/psw.png?__inline) center no-repeat;
  background-position: 12px 50%;
  position: absolute;
  top: 2.5px;
  left: 0;
  display: block;
}
.language-wrap {
  position: absolute;
  right: 3%;
  top: 2%;
  color: #7c7c7c;
  height: 31px;
}

.language-text {
  color: #7c7c7c;
  font-size: 16px;
  margin-right: 0.5px;
}

.language-select {
  position: relative;
  display: inline-block;
  width: 122px;
  height: 100%;
  border: 1px solid #bbb;
  background: #fff;
  color: #7c7c7c;
  border-radius: 3px;
  font-size: 16px;
  line-height: 20px;
  padding-left: 6px;
  padding-bottom: 3px;
  outline: none;
}

.login-form .error {
  width: calc(100% - 12px);
  color: red;
  background-color: rgba(255, 255, 255, 0.4);
  line-height: 19px;
  font-size: 14px;
  padding-left: 12px;
}

.login-form .error .time {
  color: red;
}

.login-btn {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  width: 100%;
  margin-top: 20px;
}

#login {
  width: 100%;
  display: inline-block;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
  -webkit-appearance: none;
  text-align: center;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  transition: .1s;
  font-weight: 500;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  padding: 12px 20px;
  font-size: 14px;
  color: #fff;
  background-color: #409eff;
  background-image: linear-gradient(#3a84e9,#3a84e9),linear-gradient(#4696f5,#4696f5);
  background-blend-mode: normal,normal;
  box-shadow: 0 15px 24px 0 rgb(0 43 109 / 26%);
  border-radius: 4px;
  border: 1px solid #7fb0fa;
}

.footer {
  position: absolute;
  bottom: 50px;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.footer p {
  margin-top: 15px;
}
