/* form表单 */
.el-input--prefix .el-input__inner {
  padding-left: 44px;
}

.el-input__prefix {
  left: 11px;
}

.el-input__inner {
  border: unset;
  background-color: rgba(255,255,255, 0.2);
  color: #fff;
}

.el-form-item {
  margin-bottom: 20px;
}
/* form表单 */

/* 记住密码单选框 */
.el-radio {
  display: flex;
  align-items: center;
}

.el-radio__inner {
  border-radius: 2px;
  background: unset;
  border-color: #fff;
}

.el-radio__input.is-checked .el-radio__inner::after {
  content: '';
  width:8px;
  height: 3px;
  border: 2px solid white;
  border-top: transparent;
  border-right: transparent;
  text-align: center;
  display: block;
  position: absolute;
  top: 2px;
  left: 1px;
  vertical-align: middle;
  transform: rotate(-45deg);
  border-radius: 0px;
  background: none;  
}

/* 记住密码单选框 */

.slide-box {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 134, 179, .5);
  top: 0;
  left: 0;
  z-index: 0;
}

.slide-box li {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  color: transparent;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: none;
  z-index: 0;
}

.slide-box li:nth-of-type(1) {
  background-image: url('../img/beij.png');
}

#particles-js {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 9;
}

#login-box {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 20px;
  width: 500px;
  box-sizing: border-box;
  padding: 50px 30px 66px;
  box-shadow: 0 0 41px -11px #fff;
  z-index: 10;
}

.login-title {
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 34px;
  color: #fff;
  letter-spacing: 7px;
}

.input-prefix-img {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.save-pwd {
  color: #fff;
  font-size: 14px;
}

.login-btn {
  width: 100%;
  background: unset;
  color: #fff;
}

/* 切换登录 */
.change-login {
  margin-top: 20px;
  color: #fff;
}
.phone-code {
  margin-left: 10px;
  cursor: pointer;
}
.phone-code:hover {
  color: #037bdb;
}
.check-code {
  height: 40px;
  width: 240px;
  padding-left: 20px;
  background-color: #ffffff;
  border-radius: 4px;
  border: solid 1px #eeeeee;
}