body {
	margin: 0;
	font-size: 13px;
	background-color: #f5f6f7;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.navbar {
  margin-bottom: 0;
  font-size: 13px;
}

.navbar .navbar-fixed-top,
.navbar .navbar-fixed-bottom {
  margin-right: 0;
  margin-left: 0;
  position: static;
}

.navbar .navbar-inner {
  background: #1b396d;
	padding-left: 15px;
	padding-right: 15px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25), inset 0 -1px 0 rgba(0, 0, 0, 0.1);
}

.navbar .navbar-wrapper {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	display: flex;
	padding: 0 15px;
	box-sizing: border-box;
	align-items: center;
}

.navbar .brand {
	padding: 0;
	position: relative;
	top: 0;
	left: -3px;
	display: block;
	font-size: 20px;
	font-weight: 200;
	line-height: 1;
	color: #999999;
}

.navbar .brand img {
	margin: 15px 0 10px 0;
	width: 93px;
	height: 93px;
	width: 50px;
	height: 50px;
	margin: 10px 0 10px 0;
}

.navbar .titles {
	margin-left: 7px;
}

.navbar .title {
	display: none;
}

.navbar .subtitle {
	font-family: Georgia, Arial, Verdana, sans-serif;
	font-weight: 100;
	margin: 0;
	color: #ffffff;
	font-size: 22px;
  line-height: 30px;
}

.content {
	max-width: 1170px;
	margin: 36px auto 0;
	padding: 0 15px;
}

.content .form {
	background-color: white;
	border: solid 1px #DDD;
	border-radius: 4px;
	padding: 25px 19px 19px;
}

.content .form fieldset {
	border: none;
	padding: 0;
	margin: 0;
}

.content .form legend {
	display: none;
}

.content .form span {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1.05em;
	line-height: 1.3em;
}

.content .form input {
	height: 50px;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
	transition: border linear 0.2s, box-shadow linear 0.2s;
	width: 100%;
	box-sizing: border-box;
}

.content .form button {
	display: inline-block;
	padding: 4px 10px 4px;
	margin-bottom: 5px;
	font-size: 13px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	cursor: pointer;
	border: 0;
	border-radius: 4px;
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);    
	background-color: #3b70c3;
	background-image: -webkit-linear-gradient(top, #3e76cd, #3667b3);
	background-image: linear-gradient(180deg, #3e76cd, #3667b3);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

.content .form-fields {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.login form span {
	display: block;
	margin-bottom: 25px;
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}


@media (min-width: 768px) {
	.navbar .navbar-inner {
		min-height: 123px;
	}

	.navbar .brand img {
		margin: 15px 0 10px 0;
		width: 93px;
		height: 93px;
	}
	
	.navbar .subtitle {
		font-size: 52px;
		line-height: 70px;
	}

	.content .form-fields {
		flex-direction: row;
	}
	.content .form input {
		width: 300px;
	}

	.content .form button {
		width: auto;
	}
}

@media (min-width: 1024px) {
	.navbar .navbar-wrapper {
		align-items: normal;
	}

	.navbar .titles {
		margin-top: 32px;
	}

	.navbar .title {
		display: block;
		color: #A1BDE6;
		text-transform: uppercase;
		font-size: 10px;
		letter-spacing: 3.5px;
		line-height: 1.1;
		margin-left: 1px;
	}
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	overflow: visible;
	clip: auto;
	white-space: normal;
}

.sr-only-focusable:active.skip-content, .sr-only-focusable:focus.skip-content {
	background-color: #084466 !important;
	text-align: center;
	display: block;
	padding: 12px;
	height: auto;
	text-decoration: underline;
	color: #fff;
}

.super-label {
	font-size: 15px;
	position: relative;
	margin: 0 0 5px;
}
.super-label span {
	transition: all 0.1s ease-out;
	position: absolute;
	top: 1.1em;
	left: 0.7em;
	font-size: 1em;
	opacity: 0.8;
	user-select: none;
	pointer-events: none;
}
.super-label input {
	border: 2px solid #ddd;
	border-radius: 3px;
	padding: 1.0em 0.5em 0.6em;
	font-size: 1em;
}
.super-label input:focus ~ span,
.super-label input:not(:placeholder-shown) ~ span {
	top: 2px;
	left: 8px;
	font-size: 0.6em;
}
.super-label input:focus {
	border-color: #7f7fcc;
	outline: none;
}
.super-label input:-webkit-autofill,
.super-label input:-webkit-autofill:hover,
.super-label input:-webkit-autofill:focus,
.super-label input:-webkit-autofill:active {
	-webkit-box-shadow: 0 0 0 10em white inset !important;
}