

section#section-one {
	background-color: #004b62;
	color: #fff;
	height: 30vh;
	min-height: 5vh;
}
#hero-title-row {
	margin-top: 4em;
}
h1#page-title {
	margin: 0;
}

section#section-two {
	padding-top: 1em;
}
#webform-header {
	display: none;
}

input#username,
input#password {
	margin: 1.5em 0;
	font-size: 1.5em;
	padding: 10px;
	height: auto !important;
}

input[type="submit"].btn {
	font-size: 1.5em;
	margin-bottom: 2em;
	height: auto;
}