html, body {
	height: 100%;
}
#app {
	display: flex;
	padding: 50px 0;
	align-items: center;
	height: 100%;
}
.btn-primary {
	background-color: #1ab394;
	border-color: #1ab394;
	border-radius: 0px;
}
.panel, .form-control {
	border-radius: 0px;
}
body {
	background-color: #f3f3f4;
}