.bac-enl-signup {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: stretch;
	margin: 0 0 1em;
}

.bac-enl-signup__field {
	flex: 1 1 200px;
	display: block;
}

.bac-enl-signup__input {
	width: 100%;
	box-sizing: border-box;
	padding: 0.6em 0.8em;
	font: inherit;
	line-height: 1.3;
}

.bac-enl-signup__button {
	flex: 0 0 auto;
	padding: 0.6em 1.2em;
	font: inherit;
	line-height: 1.3;
	cursor: pointer;
}

.bac-enl-signup__button[disabled] {
	opacity: 0.6;
	cursor: progress;
}

.bac-enl-signup__hp {
	position: absolute !important;
	left: -10000px !important;
	top: auto !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

.bac-enl-signup__message {
	flex: 1 0 100%;
	margin-top: 0.5em;
	min-height: 1.2em;
}

.bac-enl-signup__message--success {
	color: #0a7a2a;
}

.bac-enl-signup__message--error {
	color: #a1331c;
}

.bac-enl-signup .screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	white-space: nowrap;
	border: 0;
}
