.orangeWeb3-resetPassword-mainContainer {
  width: 100% !important;
  padding: 40px 40px !important;
  box-sizing: border-box !important;
  background-color: #1e1e24 !important;
  background-image: url("https://irp.cdn-website.com/e81c109a/dms3rep/multi/orange-web3-hexagon-pattern-arsenic-v1a-1920x1920-20250530.webp") !important;
  background-position: center center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  border-radius: 16px !important;
}
.orangeWeb3-resetPassword-contentContainer {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: Flex-start !important;
  gap: 24px !important;
}
.orangeWeb3-resetPassword-headingContainer {
  display: flex !important;
  flex-direction: column !important;
  justify-content: flex-start !important;
  align-items: flex-start !important;
  gap: 16px !important;
}
.orangeWeb3-resetPassword-heading,
.orangeWeb3-resetPassword-email,
.orangeWeb3-resetPassword-text,
.orangeWeb3-resetPassword-rules {
  font-family: "Verdana" !important;
}
.orangeWeb3-resetPassword-heading {
  margin: 0 !important;
  padding: 0 !important;
  font-size: 32px !important;
  color: #edeff7 !important;
  font-weight: bold !important;
}
#orangeWeb3-resetPassword-email {
  margin: 0 !important;
  color: #f3791f !important;
  fon-size: 16px !important;
  line-height: 1.5 !important;
}
.orangeWeb3-resetPassword-text,
.orangeWeb3-resetPassword-rules {
  margin: 0 !important;
  color: #d3d6e0 !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
}
.orangeWeb3-resetPassword-rules li {
  margin-bottom: 4px;
  transition: color 0.3s ease-in-out !important;
}
.orangeWeb3-resetPassword-rules li.valid {
  color: #8fb44c !important; /* Green */
}
.orangeWeb3-resetPassword-rules li.invalid {
  color: #6e7180 !important; /* Gray */
}
#orangeWeb3-resetPassword-formContainer {
  width: 100% !important;
}
.orangeWeb3-resetPassword-formGroup {
  margin-bottom: 20px !important;
  position: relative !important;
}
label.orangeWeb3-resetPassword-label {
  display: block !important;
  font-weight: normal !important;
  margin-bottom: 6px !important;
  font-family: "Verdana" !important;
  color: #d3d6e0 !important;
  font-size: 16px !important;
}
input.orangeWeb3-resetPassword-input {
  font-family: "Verdana" !important;
  color: #edeff7 !important;
  background-color: #000000 !important;
  width: 100% !important;
  height: 48px !important;
  padding: 12px !important;
  font-size: 16px !important;
  border: 2px solid #353333 !important;
  border-radius: 8px !important;
  box-sizing: border-box !important;
  outline: none !important;
}
input.orangeWeb3-resetPassword-input:focus {
  border: 2px solid #f3791f !important;
  transition: border 0.3s ease-in-out !important;
}
.orangeWeb3-resetPassword-helpText {
  font-size: 12px !important;
  font-family: "Verdana" !important;
  color: #9da2b3 !important;
  margin-top: 4px;
}
.orangeWeb3-resetPassword-error {
  font-family: "Verdana" !important;
  font-weight: normal !important;
  color: #d32f2f !important;
  font-size: 12px !important;
  margin-top: 4px !importnt;
}
button.orangeWeb3-resetPassword-submitButton {
  width: 100% !important;
  padding: 12px !important;
  background-color: #f3791f !important;
  color: #000000 !important;
  border: none !important;
  border-radius: 8px !important;
  font-size: 14px !important;
  cursor: pointer !important;
  text-transform: uppercase !important;
  font-family: "Verdana" !important;
  font-weight: bold !important;
}
button.orangeWeb3-resetPassword-submitButton:hover {
  background-color: #de5b26 !important;
  transition: background-color 0.3s ease-in-out !important;
}
.orangeWeb3-resetPassword-iconToggle {
  position: absolute;
  right: 12px !important;
  top: 40px !important;
  width: 24px !important;
  height: 24px !important;
  cursor: pointer !important;
}
.orangeWeb3-resetPassword-iconToggle svg {
  width: 100% !important;
  height: 100% !important;
  fill: #9da2b3 !important;
}