@piter
Add following line to your style.css:
#pub-con #recaptcha_image {width: 100%!important;max-width: 100%!important;}
#pub-con #recaptcha_widget > div > a {float:left;clear:none;margin-right:8px;}
Then go to file:
oc-content/themes/patricia/user-public-profile.php
Find line:
<div><a href="javascript:Recaptcha.showhelp()"><?php _e('Help', 'patricia'); ?></a></div>
Replace with:
<div><a href="javascript:Recaptcha.showhelp()"><?php _e('Help', 'patricia'); ?></a> <a href="javascript:Recaptcha.reload()"><?php _e('Reload', 'patricia'); ?></a></div>