form.wpcf7-form {
	width: 100% !important;
}

form.wpcf7-form > p {
	margin: 0.5rem 0;
}

form.wpcf7-form > p > label {
	line-height: 14px;
	font-size: 12px;
	font-weight: 600;
	color: #4d4d4d
}

.wpcf7-form-control {
	width: 100% !important;
}

input.wpcf7-form-control {
	vertical-align: middle;
}

input:not([type="submit"]).wpcf7-form-control, textarea.wpcf7-form-control {
	background-color: #e3e3e3;
	height: 44px;
	font-size: 20px;
	line-height: 29px;
	border-radius: 0;
}

select.wpcf7-form-control {
	background-color: #e3e3e3;
	border: 0;
	border-radius: 0;
	color: black;
	height: 44px;
	line-height: 29px;
	font-size: 20px;
	margin-bottom: 0 !important;
}

select:not(:focus).wpcf7-form-control {
	color: #939393;
}

select:focus.wpcf7-form-control {
	background-color: white;
	color: black;
	border: 1px solid black;
}

input.wpcf7-form-control::placeholder, textarea:not(:focus).wpcf7-form-control, input:not(:focus).wpcf7-form-control {
	color: #939393;
}

input:focus.wpcf7-form-control, textarea:focus.wpcf7-form-control {
	background-color: white;
	color: black;
}

input[type="submit"].wpcf7-form-control {
	height: 44px;
	border: 2px solid black;
	border-radius: 22px;
	font-size: 20px;
	font-weight: 600;
	color: black;
	background-color: white;
	margin-top: 1rem;
	transition: all 0.3s ease-in-out;
}

input[type="submit"].wpcf7-form-control:hover {
	color: white;
	background-color: black;
}

span.rszConsentField {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	flex-wrap: wrap;
}

span.rszInputSpan > input[type=checkbox] {
	width: 30px !important;
	height: 30px;
	flex-basis: 5% !important;
}

span.rszDataSpan {
	display: flex;
	flex-direction: column;
	justify-content: start;
	align-items: center;
	flex-basis: 90% !important;
}

span.rszTxtSpan {
	font-size: 12px;
	color: #939393;
}

span.rszConsentField > span.wpcf7-not-valid-tip {
	flex-basis: 100% !important;
}
