html,
body {
	height: 100%;
}

.form-signin {
	max-width: 400px;
	padding: 1rem;
}

.form-signin .form-floating:focus-within {
	z-index: 2;
}

.form-floating > .form-control-plaintext ~ label::after,
.form-floating > .form-control:focus ~ label::after,
.form-floating > .form-control:not(:placeholder-shown) ~ label::after,
.form-floating > .form-select ~ label::after {
	background: none !important;
}

.g-recaptcha {
	/* Resize it to be the same size as the rest of the form */
	transform: scale(0.988);
	transform-origin: 0 0;
	border-radius: 3px;
	height: 75px;
	overflow: hidden;
}

