
.form-control{
	border-radius: 36px !important;
	line-height: 36px !important;
	padding-left: 20px !important;
    height: 36px !important;
}


label{
    font-weight: 400;
}

.contact-logo{
	font-size: 18px;
	/*color: white;
	text-shadow: 1px 1px white, -1px -1px #000;*/
}

#contact-form-wrapper{
	background-color: var(--color-quaternary);
    /*background-color: #F0F0F0;*/
	color: black;
}


#contactform textarea{
	height: auto !important;
    border-radius: 16px !important;
}

.contact-button{
	background-color: white;
	color: #253760;
	border: none;
	padding: 20px;
}

.white-text{
	color: white;
}