.fcn-notice {
	padding: .85rem 1rem;
	border-left: 4px solid #267da3;
	border-radius: 4px;
	background: #eef6f9;
	line-height: 1.55;
}

.fcn-notice[data-state="success"] {
	border-left-color: #347657;
	background: #edf7f1;
	color: #183e2c;
}

.fcn-notice[data-state="error"],
.fcn-form-message[data-state="error"] {
	color: #7c1f1f;
}

.fcn-notice[data-state="error"] {
	border-left-color: #b63b3b;
	background: #fff0f0;
}

.fcn-signup [aria-invalid="true"] {
	border-color: #b63b3b;
	box-shadow: 0 0 0 1px #b63b3b;
}

.fcn-field-error {
	display: block;
	margin-top: .35rem;
	color: #8b2424;
	font-size: .88rem;
	font-weight: 600;
	line-height: 1.4;
}
