.login {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  height: 100%;
  width: 100%;
  background-color: #e4e5e6;
}

.login .login-info input {
  width: 100%;
}

.login .login-form {
  width: 375px;
  height: 400px;
  padding: 30px;
  background-color: white;
  text-align: left;
  border-radius: 4px;
  position: relative;
  margin-left: 0;
  margin-right: 0;
  zoom: 1;
  display: block;
}

.login .login-header {
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 20px;
}

.login .el-checkbox__label {
  font-size: 14px;
  font-weight: normal;
  padding-left: 4px;
}
