/* Enter Your Custom CSS Here */

body {
    color: #4B8F81;
}

.wpcf7-form input[type="submit"], .wpcf7-submit {
    padding: 10px 35px;
    line-height: 21px;
    font-size: 18px;
}

.wpcf7-form input[type="submit"], .wpcf7-submit {
    background: #21D1A2;
}

.wpcf7-form input[type="submit"]:hover, .wpcf7-submit:hover {
	background: #52575C;
}