I'm using Google's reCAPTCHA like this in my html:
<div class="g-recaptcha" data-sitekey=""></div> and also adding this script <script src='https://www.google.com/recaptcha/api.js'></script>.
How can I get rid of the dark grey background? I've tried changing the background-color of the recaptcha_response_field but it doesn't change anything.
