/**
 * Connect Card lead forms: center Google reCAPTCHA v2 checkbox widget.
 */
.g-recaptcha {
    display: flex;
    justify-content: center;
    width: 100%;
}
