body.dx-password {
  background: #f2f3f5;
}
body.dx-password .container[data-v-a45f1704],
body.dx-password .container,
body.dx-password .password-container {
  min-height: 100vh;
  background: #f2f3f5 !important;
}
body.dx-password .container > .navbar,
body.dx-password .container > .nav-bar,
body.dx-password .container > .header,
body.dx-password .container > .van-nav-bar,
body.dx-password .container [class*="nav-bar"],
body.dx-password .container [class*="navbar"],
body.dx-password .container > :first-child {
  background: #93117e !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
}
body.dx-password .container > :first-child *,
body.dx-password [class*="nav-bar"] *,
body.dx-password [class*="navbar"] * {
  color: #fff !important;
}
body.dx-password .container .content {
  padding: 24px 16px 40px !important;
  background: #f2f3f5 !important;
}
body.dx-password .container .content .box,
body.dx-password .container .content .box-way {
  max-width: 520px;
  margin: 0 auto !important;
  background: #fff !important;
  border-radius: 10px !important;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.06);
}
body.dx-password .container .content .box-way {
  padding: 18px 18px 8px !important;
}
body.dx-password .ant-form-item {
  margin-bottom: 16px !important;
}
body.dx-password .ant-form-item-label > label {
  font-size: 14px !important;
  color: #333 !important;
  font-weight: 500 !important;
}
body.dx-password .ant-input-affix-wrapper,
body.dx-password .ant-input-password,
body.dx-password input.ant-input {
  border-radius: 6px !important;
  border-color: #d9d9d9 !important;
  min-height: 42px;
}
body.dx-password .confirm-btn,
body.dx-password .ant-btn.confirm-btn,
body.dx-password .ant-btn-primary.confirm-btn {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 18px auto 8px !important;
  max-width: 520px;
  width: 100% !important;
  height: 46px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: #93117e !important;
  color: #fff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}
body.dx-password .confirm-btn:hover,
body.dx-password .ant-btn-primary.confirm-btn:hover {
  background: #7d0e6b !important;
  color: #fff !important;
}
body.dx-password .box-tips {
  display: none !important;
}
