.section-contact-wraper input:not([type="submit"]):not([type="checkbox"]),
.section-contact-wraper textarea,
.section-contact-wraper  select {
	height: initial;
  	margin-top: 0;
	padding: 0.5rem;
	border-radius: 3px;
	border: 1px solid var(--main-color-hover);
	background-color: transparent;
	color: var(--white);
}
.section-contact-wraper textarea {
	height: 5rem;
}
.section-contact-wraper input[type="submit"] {
	background-color: var(--white);
	color: var(--blue);
	text-transform: uppercase;	
}
.section-contact-wraper input[type="submit"]:hover {
	background-color: var(--green);
	color: var(--white);
}
.section-contact-wraper .input-group,
.section-contact-wraper .textarea-wrap {
	margin-top: 0.5rem;
}