This is due to CSS styling applied to HTML elements within your current WordPress theme. To change the style of your CF7 forms you would need to edit the CSS style sheets used by your WordPress theme.
See Styling Contact Form – there is a link to an article I wrote at the bottom of that page (which is recommended by the CF7 plugin author, though I’m not allowed to link directly to it here), that covers this topic in detail.
The following CSS is currently controlling the color of text in your Input fields:
https://itilpro.dk/wp-content/uploads/fusion-styles/73efe3d453890af80d93394f507e3248.min.css
#calc_shipping_state_field .select2-selection__arrow, .., .wpcf7-captchar, .wpcf7-form .wpcf7-date, .wpcf7-form .wpcf7-number, .wpcf7-form .wpcf7-quiz, .wpcf7-form .wpcf7-select, .wpcf7-form .wpcf7-text, .wpcf7-form textarea, .wpcf7-select-parent .select-arrow, input.s, input[type="email"], input[type="number"], input[type="password"], input[type="text"], select, textarea {
border-color: #d2d2d2;
}