/*
 * Contact Form 7
 */

.job_listing_preview .wpcf7 input[type=submit].wpcf7-form-control, .wpcf7-form input[type=submit] {
	font-size: 13px;
    font-weight: 600;
    padding: 15px 20px;
    border-radius: 5px;
    line-height: 16px;
    color: #000!important;
    border: none;
    background: var(--accent)!important;
}

/*
 * The end.
 */