@charset "UTF-8";

#form-errors {
	display: none;
	padding: 20px;
	background-color: #db4023;
	width: 100%;
	border-radius: 5px;
	color: #fff;
	margin-bottom: 40px;
}
#form-errors p {
	margin-bottom: 0px;
	font-size: 18px;
}
.error-message,
.submit-error {
	color: #db4023;
	display: block;
	font-weight: bold;
	margin-top: 5px;
}
.has-error input,
.has-error textarea {
	border: 1px solid #db4023;
	background-color: rgba(219,64,35,0.05);
}
.alt-colour.has-error input,
.alt-colour.has-error textarea {
	border: 2px solid #db4023;
	background-color: rgba(255,255,255,1);
}
.submit-error {
	margin-bottom: 15px;
	margin-top: 0px;
}
.has-error.custom-select.contact select {
	border: 1px solid #db4023;
	background-color: rgba(219,64,35,0.05);
}
.alt-colour.has-error.custom-select.contact select {
	border: 2px solid #db4023;
	background-color: rgba(255,255,255,1);
}
.form-smaller p {
  font-size: 13px;
  line-height: 18px;
}
.form-smaller p a {
  color: #fff;
}