@charset "UTF-8";

#form-errors {
	/* [disabled]display: none; */
	padding: 20px;
	background-color: #db4023;
	width: 100%;
	color: #fff;
	margin-bottom: 40px;
	position: fixed;
	top: 0px;
	left: 0px;
	text-align: center;
	z-index: 99999999;
}
#form-errors p {
	margin-bottom: 0px;
	font-size: 18px;
}
.error-message,
.submit-error {
	color: var(--yellow);
	display: inline!important;
	font-weight: bold;
}
.has-error input,
.has-error textarea {
	background-color: #ffd9d9;
  	border: 3px solid var(--yellow);
}
.checkbox.has-error {
  	border: 3px solid var(--yellow);
}
.submit-error {
	margin-bottom: 15px;
	margin-top: 0px;
}
.has-error.custom-select.contact select {
	background-color: #ffd9d9;
  	border: 3px solid var(--yellow);
}
