.content-area {
	height: 100vh;
	width: 100%;
	text-align: center;
}

.d-flex {
	display: flex;
}
.align-items-center {
	align-items: center;
}
.justify-content-center {
	justify-content: center;
}

.logo {
	display: block;
	margin: 0 auto;
	margin-bottom: 30px !important;
}

body {
	font-family: Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
	font-weight: 100;
    font-size: 14px;
	color: rgba(#000, 0.8);
}
.footer {
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	text-align: center;
	padding-bottom: 15px;
	font-size: 11px;
	color: rgba(#000, 0.5);
}
.content {
    max-width: 600px;
}
hr {
	border-top: #e0e0e0;
    margin: 20px 0px 20px 0px;
}
