.wpcf7-form input {
    background: #fff;
    border: 1px solid #bbb;
    color: #4F4F4F;
}
.wpcf7-form input:hover[type="submit"] {
    background:#4f2a0f;
    cursor:pointer;
    color:#fff;
}