body {
}

.login {
  min-width: 1180px;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* justify-content: center; */
  background-image: url(/static/common/image/login/login_bgc.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  user-select: none;
}

.login-title {
  margin-top: 80px;
  font-size: 48px;
  font-family: ALiBaBa;
  font-weight: Bold;
  color: #ffffff;
}

.login-form {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 173px;
  width: 620px;
  height: 440px;
  border: 1px solid #797979;
  border-radius: 8px;
  background-color: #fff;
}

.login-form-title {
  margin-top: 50px;
  font-size: 24px;
  font-family: Microsoft YaHei;
  font-weight: Bold;
  color: #000000;
}

.login-form-item {
  display: flex;
  align-items: center;
  width: 370px;
  height: 50px;
  background: #eceef0;
  border-radius: 2px;
}

.top50 {
  margin-top: 50px;
}

.top33 {
  margin-top: 33px;
}

.icon {
  margin: 0 15px;
  width: 20px;
  height: 20px;
}

.code {
  width: 90px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  font-size: 14px;
  font-family: Microsoft YaHei, Microsoft YaHei-Normal;
  font-weight: normal;
  text-align: CENTER;
  color: #ffffff;
  line-height: 20px;
  cursor: pointer;
}

.active {
  background: #007aff;
}

.login-form-checked {
  width: 370px;
  text-align: left;
  display: flex;
  align-items: center;
}

.shadow {
  display: none;
}

.top17 {
  margin-top: 17px;
}

.left10 {
  font-size: 14px;
  font-family: PingFang SC;
  font-weight: normal;
  color: #333333;
}

.login-way {
  width: 370px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  text-align: left;
  color: #007aff;
  cursor: pointer;
}

.top56 {
  margin-top: 56px;
}

.login-btn {
  margin-top: 15px;
  width: 370px;
  height: 50px;
  line-height: 50px;
  background: #007aff;
  border-radius: 2px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  text-align: CENTER;
  color: #ffffff;
  cursor: pointer;
}

.login-foot {
  position: fixed;
  bottom: 21px;
  font-size: 16px;
  font-family: Microsoft YaHei;
  font-weight: normal;
  color: #ffffff;
}
