.login-page .el-input__wrapper {
  background: #fff !important;
  box-shadow: 0 0 0 1px #dcdfe6 inset !important;
}

.login-page .el-input__inner,
.login-page input {
  background: transparent !important;
}

.login-page input:-webkit-autofill,
.login-page input:-webkit-autofill:hover,
.login-page input:-webkit-autofill:focus,
.login-page textarea:-webkit-autofill {
  box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #303133 !important;
  transition: background-color 5000s ease-in-out 0s;
}

.jinhai-remember-row {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: -4px 0 16px;
  padding-left: 2px;
  color: #606266;
  font-size: 14px;
  line-height: 20px;
}

.jinhai-remember-row input {
  width: 16px;
  height: 16px;
  margin: 0 8px 0 0;
  accent-color: #409eff;
  cursor: pointer;
}

.jinhai-remember-row label {
  cursor: pointer;
  user-select: none;
}
