/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 13 2023 | 17:59:14 */
.page-id-140138 .mc4wp-form-theme-dark input{
	margin: 0 auto;
}
.page-id-140138 .mc4wp-form-fields {
    background: #fff;
    padding: 50px 25px;
    margin: 0 auto;
    border-radius: 0 0 5px 5px;
	border-top: 5px solid #F05227;
	font-family: "Montserrat", Sans-serif;
	box-shadow: 0px 12px 8px 1px #eee;
}
.page-id-140138 .mc4wp-form-fields label{
	color: #222;
}
.page-id-140138 .mc4wp-form-fields label input{	
	margin-top: 15px;
}
.page-id-140138 .mc4wp-form-theme-dark input[type=submit]{
	max-width: 480px;
	width: 100%;
	background: #111 !important;
}
.page-id-140138 .mc4wp-form-theme-dark input[type=submit]:hover{
   background: #F05227;
}
	
@media only screen and (min-width: 667px){
  .page-id-140138 .mc4wp-form-fields {
       width: 50% !important;
   }
}