/* Fix ReCaptcha sitting behind the footer */
.grecaptcha-badge {
    z-index: 1000;
}
.footer {
    z-index: 100;
}