/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 03 2025 | 12:49:43 */
.contact-form input, 
.contact-form textarea{
    margin-bottom: 22px;
	font-size: 14px;
	font-family: 'Open Sans';
	font-weight: 400;
	padding: 10px 17px;
	border: 1px solid #DEE2E6;
	
}
.contact-form input.submit-button {
	background-color: #000000;
	color: #FFFFFF;
	border-radius: 999px;
	font-sizE: 16px;
	font-weight: 600;
	margin-bottom: 0px;
	text-align: center;
	
}
.contact-form p {
	margin-bottom: 0px;
}
.contact-form .submit-area {
	text-align: center;
	
}