.grecaptcha-badge {
	z-index: 999999;
	visibility: visible !important;
}
.recaptcha-contents {
    margin: 15px auto;
}
.recaptcha-contents .error {
	white-space: pre-wrap;
}

@media (max-width: 896px) {
	.grecaptcha-badge {
		bottom: 50px !important;
	}
}