input, textarea {
background-color: rgba(0, 0, 0, .03);
border: 1px solid #e5e5e5;
padding: 10px 20px;
}

button {
    padding: 11px 30px 11px;
    color: #fff;
    background-color: #0e385e;
	width: fit-content;
border-radius: 3px;
font-size: 14px;
    font-weight: 600;
border:none;
}

label {
    font-family: "Open Sans", Tahoma, Geneva, sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 26px;
    color: #828c96;
}

.st-formdescription{
font-family: "Open Sans", Tahoma, Geneva, sans-serif;
	    font-weight: 400;
    font-size: 13px;
    color: #828c96;
}

	form.simple-contact-form > div {
		display:flex;
		flex-direction:column;
	}

	form.simple-contact-form  > div > label {
		order: 0;
	}
	
	form.simple-contact-form  > div > span {
		order: 2;
	}
	
	form.simple-contact-form > div > input, form.simple-contact-form > div > textarea {
		order: 1;
	}
