.section
{
	position: absolute;
	height: 90%;
	
	top: 70px;
	margin-top: auto;
}

.navbar
{
	z-index: 1035;
}
#login_box
{
	max-width: 350px;
}

.optional
{
	display: none;
}
.form-group > label
{
	display: none;
}
ul.errors
{
	list-style: none;
	margin: 0;
	padding: 0 5px;
	color: red;
	font-style: italic;
	font-size: 14px;
}