/*
 * Alaska Railroad - Nexus Custom Login CSS
 */

body {
	font-family: "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-stretch: 100%;
	font-weight: 400;
}

.footer {
	color: transparent;
	background-color: rgb(0, 47, 95);
	position: absolute;
	bottom: 0px;
	width: 100%;
	height: 30px;
	line-height: 30px;
	text-align: right;
	padding-right: 15px;
}

.navbar-brand {
	line-height: 30px;
	padding: 10px 15px;
}

.navbar .navbar-brand > .app-logo {
	background-image: url(../images/logo.png);
	width: 226px;
	height: 52px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.navbar-header:before {
	content: ' ';
	width: 120vw;
	height: 38px;
	background-color: hsl(41, 93%, 48%);
	z-index: -2;
	position: absolute;
	top: 17px;
	left: 0;
	opacity: 0.93;
}


nav.navbar.navbar-default.navbar-fixed-top {
	background-color: rgba(0, 47, 95, 75%);
	height: 72px;
	border: 0;
	background-image: none;
}

.navbar a.navbar-brand {
	margin-top: 18px;
}


.loginSection {
	padding-top: 100px;
}

body {
	background: hsl(210, 100%, 30%);
	background-image: url(../images/background.jpg);
}
