html, body {
	height: 100%;
/* 	min-height: 100%; */
}

#main {
	height: 100%;
	display: flex;
	flex-align: center;
	flex-pack: center;
	box-align: center;
	box-pack: center;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex: 1;
}

.content {
	max-width: 100%;
	display: flex;
	flex-align: center;
	flex-pack: center;
	box-align: center;
	align-items: center;
	box-pack: center;
	justify-content: center;
	padding-top: 40px;
	padding-bottom: 40px;
	flex-grow: 1;
}

.form-signin {
	width: 100%;
	max-width: 400px;
	border-radius: 1rem;
	margin: 0 auto;
}
.form-signin .checkbox {
	font-weight: 400;
}
.form-signin .form-control {
	position: relative;
	box-sizing: border-box;
	height: auto;
	padding: 10px;
	font-size: 16px;
}
.form-signin .form-control:focus {
	z-index: 2;
}
.form-signin input[type="email"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.body-bg {
	position: fixed;
	top: 0; bottom: 0;
	left: 0; right: 0;
	z-index: -1000;
}
#navbar-spacer {
	height: 7rem;
}
@media (max-width: 480px) {
	#navbar-spacer {
		display: none;
	}
}
hr {
	background-color: #b01c2e;
}
