html,
body {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.login {
  position: absolute;
  width: 100vw;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  height: 100vh;
  padding-right: 10%;
  background-image: url(../images/login_01.webp);
  background-size: cover;
  z-index: 2;
  box-sizing: border-box;
}

.login .el-form-item--default .el-form-item__content {
  line-height: 0;
}

.title {
  margin: 15px auto;
  color: #000;
}

.login-form {
  border-radius: 6px;
  background: #ffffff;
  width: 560px;
  padding: 70px 80px 60px;
  box-sizing: border-box;
}

.login-form .el-input,
.login-form .el-input input {
  height: 40px;
}

.login-form .input-icon {
  height: 39px;
  width: 14px;
  margin-left: 0;
}

.login-tip {
  font-size: 13px;
  text-align: center;
  color: #bfbfbf;
}

.login-code {
  width: 166px;
  height: 40px;
  float: right;
}

.login-code img {
  cursor: pointer;
  vertical-align: middle;
}

.el-login-footer {
  height: 40px;
  line-height: 40px;
  position: fixed;
  bottom: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 1px;
}

.login-code-img {
  height: 40px;
  padding-left: 6px;
  width: 165px;
}
.mb30 {
  margin-bottom: 30px;
}
.title {
  margin: 15px auto;
  color: #000;
}
.fw600 {
  font-weight: 600;
}
.text_l {
  text-align: left;
}
.fs36 {
  font-size: 36px;
}
.login-btn {
  width: 100%;
  background-color: #0052d9;
  color: #fff;
  padding: 8px 0;
  border: none;
  outline: none;
  border-radius: 8px;
  font-size: 16px;
}
.login-item {
  margin-bottom: 20px;
}
.icon {
  width: 18px;
  height: 18px;
  margin-right: 8px;
}
.login-item {
  display: flex;
  align-items: center;
  height: 40px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  padding: 0 12px;
  border-radius: 8px;
}
.input {
  flex: 1;
  border: none;
  outline: none;
}
