I am struggling to find a way to override google's new recaptcha styling. I believe the new version loads its styling from within the api JS file.
Would anyone know how to override this to make it responsive within bootstrap?
<script src="https://www.google.com/recaptcha/api.js?render=onload"></script>
<div class="g-recaptcha" data-sitekey="key"></div>