div.footer {
	flex-basis: 80px;
	flex-grow: 0;
	flex-shrink: 0;
	padding-left: 10px;
	padding-right: 10px;
	color: white;
	background: #414141;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

div.footer > form {	
	flex-basis: 1326px;
	flex-grow: 0;
	flex-shrink: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
