
.g-recaptcha {
  border: none !important;
  background: transparent !important;
  overflow: visible !important;
}

.g-recaptcha>div {
  border: none !important;
  background: transparent !important;
  box-shadow: none !important;
  outline: none !important;
}

.g-recaptcha iframe,
iframe[src*="recaptcha"],
iframe[title*="reCAPTCHA"] {
  border: none !important;
  outline: none !important;
  box-shadow: none !important;
  background: transparent !important;
  border-radius: 3px !important;
  color-scheme: dark !important;
}

.g-recaptcha textarea,
#g-recaptcha-response {
  border: none !important;
  outline: none !important;
  background: transparent !important;
}

.g-recaptcha * {
  border-color: transparent !important;
}