/* CSS Document */

body {
	font-family: sans-serif;
}

.small_main_panel {

	background:white;
	border:1px solid #ccc;
	clear:both;
	float:right;
	margin-right:30px;
	margin-top:40px;

	padding:0px;
	border-radius:8px;

	width:340px;
}

.login_header {
	display:block;

	color:white;
	padding:5px;
	font-size:1.1em;

	background:url(/web1/images/driver_portal/login_header_background.png);
	border-top-left-radius:8px;
	border-top-right-radius:8px;

}

.header h1{
	color: #FFF;
	font-size:2.5em;
	text-align:right;
	font-weight:normal;
	margin-bottom:0px;
	padding-right: 30px;
}

.small_main_panel .login_header{
	/*margin-bottom:20px;*/

}

.small_main_panel form {
	padding:10px;
}

	.small_main_panel form input {
		margin-top:5px;
		margin-bottom:5px;
	}

	.small_main_panel form label {
		clear:both;
		width:120px;

		margin-right:10px;
		display:block;
		float:left;
		margin-top:5px;
		margin-bottom:3px;
		font-size: 13px;
	}

.gridContainer {
	min-height:950px;

	background-image:url(/web1/images/driver_portal/background_larger.jpg);
	background-repeat:no-repeat;
	background-position:center middle;

	padding:0px;
	margin:auto;

	max-width:none;
	border:none;

	width:1280px;
	padding-left: 0.9%;
	padding-right: 0.9%;

	margin: auto;
}
html, body {
	height: 100%;
}
.container-fluid {
	background:url(/web1/images/background_blue.jpg);
	background-repeat:no-repeat;
	background-position:center;
	background-size: cover;

	height: 100%;
	padding-top: 50px;
}

.login_logo {
	/*background-color: rgba(255,255,255,0.5);*/
	border-radius: 4px;
}

.small_logo {
	padding-bottom: 20px;
}
.spacer {
	height: 100px;
}
