dcstudios24 Upon reviewing closely and comparing specific CSS rule-sets for specific element with both Shape5 and default template, Could find that you have added some CSS which is acting detrimental instead of having the element being shown fine in default stage.
You may either remove or comment out this CSS or increase the value accordingly around line 277 in custom.css:
#jform_captcha {
transform: scale(0.77);
-webkit-transform: scale(0.77);
transform-origin: 0 0;
-webkit-transform-origin: 0 0;
}