[data-form-recaptcha="alert"] {
	display: none;
}
[data-form-recaptcha="alert"].active {
	display: block;
}

.recaptcha-loader {
	display: none;
	position: fixed;
	inset: 0 0 0 0;
	background-color: rgba(0,0,0,.5);
	z-index: 999999;
}
.recaptcha-loader>.spinner-border {
	position: absolute;
    top: 50%;
    left: 50%;
    width: 4rem;
    height: 4rem;
    border-width: 0.5rem;
    margin: -2rem 0 0 -2rem;
}