.contact-form-box #captcha-box {
    margin-bottom: 6px;
}
.contact-form-box #captcha-box iframe {
    transform: scale(0.87);
    transform-origin: 0 0;
}

#account-creation_form #captcha-box {
    padding-left: 15px;
}
#account-creation_form #captcha-box iframe {
    transform: scale(0.93);
    transform-origin: 0 0;
}
