#main-wrapper {
	display: flex;
	flex-direction: column;
	width: 100%;
	height: 100%;
	min-height: 100vh;
}

.brand {
	font: 400 28px Roboto, Arial, sans-serif;
	color: #fff;
	margin-top: 40px;
}

#footer {
	width: 100%;
	height: 40px;
	font: 400 16px Roboto, Arial, sans-serif;
	text-align: right;
	padding: 0 20px;
}

#form-wrapper {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	flex: 1;
	padding: 0 20px;
}

#loginform {
	width: 100%;
	max-width: 500px;
	background-color: #efefef;
	border-radius: 0.25rem;
	box-shadow: 3px 3px 0px 0px rgba(0, 0, 0, 0.125);
	padding: 20px;
	margin: 40px 20px;
}

#loginform input:invalid {
	background-color: #fff;
}
