.g-recaptcha {
    width: 100%;
    justify-content: center;
    display: flex;
    height: calc(78px - 2px);
}

.g-recaptcha > div {
    width: calc(100% - 6px)!important;
    display: flex;
    justify-content: center;
}