.g-recaptcha {
    clear: both;
    overflow: hidden;
    padding: 5px 0;
}
.recaptcha {
    max-width: 304px;
}
#recaptcha-checkbox {
    visibility: hidden;
    position: absolute;
    left: -1000000px;
}
.recaptcha label{
    display: none !important;
}