.article label
{
	display : block;
}

.article input[type="text"]
{
	display : block;
	box-sizing : border-box;
	width : 100%;
	border : solid 1px #648844;
	padding : 10px;
	font-family: "Bahnschrift";
}

.article button
{
	position : relative;
	cursor : pointer;
	display : block;
	box-sizing : border-box;
	width : 100%;
	margin-bottom : 15px;
	background-color : #2F2F2F;
	color : #FFFFFF;
	padding : 10px 10px 10px 40px;
	border : none;
	font-family: "Bahnschrift";
	text-align : left;
}

.article button:hover
{
	background-color : #648844;
}

.article button:before
{
	font-family : "Font Awesome 5 Free Solid";
	display : block;
	position : absolute;
	left : 12px;
	content : "\f1d8";
}