/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 26 2026 | 19:09:57 */
#contact-us-form input[type="submit"] {
	border: none;
	color: white;
	background-color: #19478a;
}

#contact-us-form input[type="submit"]:hover {
	background-color: #0b0620;
}

#contact-us-form input[type="submit"]:disabled {
	background-color: #c4c4c4;
}

#contact-us-form input,
#contact-us-form textarea {
	font: inherit !important;
	padding: .5em 1em;
}