.doup-contact-form .error-message {
	display: block;
	color: red;
	font-size: 13px;
	margin-top: 6px;
}

.doup-contact-form .field-error .inputfield {
	border: 1px solid red;
}

.doup-contact-form .form-response {
	margin-top: 15px;
	font-size: 14px;
}

.doup-contact-form .response-success {
	color: green;
}

.doup-contact-form .response-error {
	color: red;
}

.doup-contact-form button[disabled] {
	opacity: 0.7;
	pointer-events: none;
}