/* Enter Your Custom CSS Here */
.wpcf7 { height: 700px }
	
/*Submit button Font*/
.wpcf7-submit {
    width: 100%;
    font-size: 15px !important;
  	font-weight: bold;
    background: white !important;
    color: black !important;
    padding: 20px;
  	border-radius: 15px !important;
  	}
/*Submit button Hover
.wpcf7-submit:hover {
    background: white !important;
  	color: #f26c4f !important;
    border-radius: 15px !important;
  	border-color: black !important;
}*/
::-webkit-input-placeholder { color:#000; font-weight: bold; }
::-moz-placeholder { color:#000; font-weight: bold;} /* firefox */
:-ms-input-placeholder { color:#000; font-weight: bold;} /* ie */
input:-moz-placeholder { color:#000; font-weight: bold;}


