Hello Antonio,
I already inspected your site and found that this issue can only replicated under Firefox browser only. Please let me know if any browser also having this issue.
To fix this, just add below code to this CSS file for future reference:
/templates/jm_creatrix/css/custom.css
body div#fd .recaptchatable input#recaptcha_response_field
{
box-sizing: content-box;
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
}
Hope this will help, please let us know if you need further assistance. Thank you