body{
		height: 100vh;
	}
	#login-box{
		height: 100%;
		align-items: center;
		justify-content: center;
		display: flex;
	}
	form { margin: 0px 10px; }
	h2 {margin-top: 2px;margin-bottom: 2px;}
	.container { max-width: 360px; margin-top:auto; margin-bottom:auto }
	.divider {
		text-align: center;
		margin-top: 20px;
		margin-bottom: 5px;
	}
	.divider hr {
		margin: 7px 0px;
		width: 35%;
	}
	.left { float: left; }
	.right { float: right; }
	#logo-style{
	display: block; margin-left: auto; margin-right: auto;
	}