.public {
	min-height: 100vh;
	position: relative;
}

.standard {
	min-height: 600px;
}

.login-page {
	position: absolute;
	transform: translate(-50%, -50%);
	top: 50%;
	left: 50%;
}

#login-form {
	background-color: #eee;
	border-radius: 5px;
	min-width: 350px;
	min-height: 140px;
	padding: 20px;
	position: relative;
	width: 355px;
}

.login-logo {
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	margin-bottom: 1rem;
	height: 140px;
	width: 100%;
}

#header h1 {
	margin: 30px 0 0 20px;
}

@media only screen and (min-width: 1351px) {
	#header h1 {
		margin: 30px 0 0 60px;
	}
}
