form.rounded-3xl.bg-white,
form.rounded-3xl.bg-white h3,
form.rounded-3xl.bg-white label,
form.rounded-3xl.bg-white p {
  color: #152238 !important;
}

form.rounded-3xl.bg-white .text-muted-foreground {
  color: #5b6780 !important;
}

form.rounded-3xl.bg-white input:not([type="hidden"]):not([type="checkbox"]),
form.rounded-3xl.bg-white textarea {
  color: #152238 !important;
  background-color: #fff !important;
  caret-color: #152238 !important;
  -webkit-text-fill-color: #152238 !important;
}

form.rounded-3xl.bg-white input::placeholder,
form.rounded-3xl.bg-white textarea::placeholder {
  color: #6b7280 !important;
  -webkit-text-fill-color: #6b7280 !important;
  opacity: 1 !important;
}

form.rounded-3xl.bg-white button[type="submit"] {
  color: #fff !important;
  -webkit-text-fill-color: #fff !important;
}
