body {
	background-color: #F1F1F1;
}

h1 {
	font-family: "Roboto", sans-serif;
	font-weight: bold;
	font-weight: 500;
	font-size: 1.5rem;
	margin-bottom: 1.5rem;
	line-height: 1.2;
	color: #5c5b5f;
}

.landing-btn {
	background: #e29828;
	border-color: #e29828;
	font-family: "Roboto", sans-serif;
	font-weight: 400;
	font-size: .875rem;
	color: #fff;
	width: 270px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	border: 1px solid transparent;
	line-height: 1.5;
	border-radius: 3px;
	transition: color .15s ease-in-out, background-color .15s ease-in-out,
		border-color .15s ease-in-out, box-shadow .15s ease-in-out;
	box-shadow: none !important;
	height: 38px;
}

.landing-container {
	display: flex;
	justify-content: center !important;
	align-items: center !important;
	flex-direction: column;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	min-height: 100vh;
}

.landing-row {
	display: flex;
	flex-wrap: wrap;
	margin-right: -15px;
	align-items: center !important;
	justify-content: center;
}

.landing-logo {
	display: flex;
	margin-top: 50px;
	margin-bottom: 50px;
}

@media screen and (min-width: 750px) {
	.landing-separator {
		width: 1px;
		background-color: #aaa5a4;
		height: 180px;
		margin-right: 80px;
		margin-left: 80px;
	}
}

@media screen and (max-width: 750px) {
	.landing-row {
		flex-direction: column;
	}
}

.landing-error-message {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: 0.3rem;
	margin-left: 20px;
	margin-right: 20px;
	text-align: center;
}

.landing-welcome {
	display: block;
	text-align: center;
}

.landing-footer {
	position: fixed;
	right: 0;
	bottom: 0;
	margin: 0;
	padding: 10px;
}