body {
	padding-top: 40px;
	background: #e8e8e8
}

.subnav {
	display: none;
}

.center .control-group {
	margin: 0 auto !important;
	float: none !important;
}

.main-container {
	margin-top: 25px;
}

.login-container {
	background: #e1e1e4 url("../../img/bg.jpg") no-repeat top center;
	-moz-background-size: 100% 100%;
	background-size: 100% 100%;
	border-bottom: 4px solid #aaa;
}

.login-box {
	width: 30%;
	float: right;
}

h1.highline {
	font-family: Birdman Light, Arial;
	font-size: 150px;
	margin-left: 0px;
	margin-top: 7px;
	margin-bottom: 0px;
	padding: 0px;
	color: #fff;
	text-shadow: 2px 3px 5px #555;
	line-height: 160px;
	line-height: 160px;
}

h2 {
	color: #E4EEF7;
	text-shadow: 1px 2px 3px #000;
}

label {
	color: #333;
	display: block;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	height: 18px;
	line-height: 18px;
}

.bar {
	margin-top: 3px;
	padding: 20px 0;
	background-color: #f5f5f5; /* Old browsers */
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #f0f0fa 0%, #dbdbdb 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f0f0fa),
		color-stop(100%, #dbdbdb) );
	background-image: -webkit-linear-gradient(top, #f0f0fa 0%, #dbdbdb 100%);
	background-image: -ms-linear-gradient(top, #f0f0fa 0%, #dbdbdb 100%);
	background-image: -o-linear-gradient(top, #f0f0fa 0%, #dbdbdb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(                  
		                     startColorstr='#f0f0fa', endColorstr='#dbdbdb',
		GradientType=0 );
	background-image: linear-gradient(top, #f0f0fa 0%, #dbdbdb 100%);
}

.control-group {
	margin-bottom: 0px;
}


@media ( max-width : 979px) { /* Remove any padding from the body */
	body {
		padding-top: 0;
	}
	.login-container {
		margin-left: -20px;
		margin-right: -20px;
	}
	.login-box {
		width: 265px;
		margin: 0 auto !important;
		float: none !important;
	}
}

.navbar-inner{
	background-color: #424548 !important;
	border-bottom: 1px solid #424548 !important;
}