.section-contact-wraper input:not([type="submit"]):not([type="checkbox"]),
.section-contact-wraper textarea,
.section-contact-wraper  select {
	height: 2.5rem;
  	margin-top: 0.35rem;
	padding: 0.5rem;
	border-radius: 3px;
	border: 1px solid var(--white);
	background-color: rgba(255,255,255,0.6);
	color: var(--blue);
}
.section-contact-wraper textarea {
	height: 5.8rem;
}
