
.wpcf7-container {
	background-color: rgba(255, 255, 255, 0);
	background-image: url("https://cdn-ilbijfh.nitrocdn.com/wLzNgbKHPCtbJtgFCRpntUKLMdlxtTMk/assets/images/optimized/rev-36eb4d7/www.labpeak.com/wp-content/plugins/tools-for-my-contact-form-7/images/contact-form-bg-img.jpg");
	background-position: center center;
	background-repeat: no-repeat;
	border-width: 0px 0px 0px 0px;
	border-color: #e2e2e2;
	border-style: solid;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	width: 100%;
	height: auto;
}

.wpcf7-container .wpcf7 {
	max-width: 600px;
	/*background-color:rgba(255,255,255,0.25);*/
	margin: 0 auto;
	padding: 40px;
	color: white;
}

.wpcf7-container .wpcf7 h3 {
	font-size: 2.5em;
	margin: 20px 0px;
}

.wpcf7-container .wpcf7 input[type="text"], .wpcf7-container .wpcf7 input[type="email"], .wpcf7-container .wpcf7 textarea {
	background-color: rgba(255, 255, 255, .3);
	color: white;
}

.wpcf7-container .wpcf7 ::-webkit-input-placeholder {
	/* Edge */
	color: white;
}

.wpcf7-container .wpcf7 :-ms-input-placeholder {
	/* Internet Explorer */
	color: white;
}

.wpcf7-container .wpcf7 ::placeholder {
	color: white;
}

.wpcf7-container.nitro-lazy {
	background-image: none !important;
}
