.contactform {
	/*flex-direction: column;*/
}
.contactform label {
	position: relative;
	display: block;
	width: 100%;
	padding-right: 10px;
}
.contactform input,
.contactform textarea { 
	display: block;
	width: 100%;
	border-radius: 3px;
	padding: 10px 15px;
        outline: none;
}
.contactform label.required::after {
	content: '\f069';
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	position: absolute;
	top: 0;
	right: 0;
	color: #c0392b;
	font-size: 6px;
}
.contactform button {
	display: block;
	border: none;
	font-weight: bold;
}
.contactform .recaptcha-missing {
	font-family: sans-serif;
}