input.f3-form-error {
	background-color: #FF9F9F !important;
	border: 1px #FF0000 solid !important;
	color: black !important;
}
input.f3-form-error::placeholder {
	color: black;
}
input.f3-form-error {
	background-color: #FF9F9F !important;
	border: 1px #FF0000 solid !important;
}
textarea.f3-form-error::placeholder {
	color: black;
}
textarea.f3-form-error {
	background-color: #FF9F9F !important;
	border: 1px #FF0000 solid !important;
}
.captcha{
	text-align: center;
	background-color: grey;
}
#captcha{
	text-align: left;
	display: inline-block;
	margin-bottom: 0 !important;
	margin-top: 50px;
}

.text-centered-margin-bottom {
	text-align: center;
	margin-bottom: 40px;
}

.error{
	margin-top: -10px;
	font-size: 13px;
}

.tx-dbay-contact input[type=checkbox].checkbox-centered {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	margin: 0 3px 0 0;
	font-weight: 400;
	vertical-align: middle;
	cursor: pointer;
}