html{
	background: url(../img/People-new_2.jpg) no-repeat right bottom #fff;
	background-size: 50%;
	height:100%;
}

#global_header h1 {
	font-size: 20px;
	width: auto;
	padding:0 1%;
	background: #FFF;
	margin:0;
}


/*
****************************************************
AUTH
****************************************************
*/


.auth_content {
	position:relative;
	display:inline-block;
	width: 50%;
	margin-left:25%;
	margin-top:5%;
}





		.auth_content .auth_logo {
			width:20%;
			display:inline-block;
			text-align:right;
			vertical-align:top;
		}



.auth_content .auth_logo img {
	max-width: 70%;
}


		.auth_content h1 {
			color: #32374d;
			font-size:30px;
		}





		.auth_content .auth_form {
			width:43%;
			display:inline-block;
			text-align:left;
			padding:1%;
		}







			.formauth input[type="checkbox"] {
				display: inline-block;
				color: #848484;
				margin: 2% 2% 4% 0;
				font-family: Roboto;
				font-weight: 500;
				font-size: 16px;
			}

			.formauth p {
				width: 100%;
				clear:both;
				margin: 0;
			}

			.formauth label {
				color: #666;
				font-family: Roboto;
				font-weight: 500;
				font-size: 16px;
				height: 30px;
				width: 50%;
				margin: 2% 0;
				cursor:pointer;
			}



			.formauth input[type="text"], .formauth input[type="password"] {
				float: left;
				color: #000;
				margin: 2% 1% 2% 0;
				padding:0 1%;
				width: 47%;
				min-width:100px;
				height: 30px;
				line-height: 30px;
				font-family: Roboto;
				font-weight: 300;
				font-size: 16px;
				border: 1px solid #ccc;	
				background:#fff;
			}


			.formauth select {
				float: left;
				color: #000;
				margin: 0 1% 2% 0;
				padding:0 1%;
				width: 95%;
				min-width:100px;
				height: 30px;
				line-height: 30px;
				font-family: Roboto;
				font-weight: 300;
				font-size: 16px;
				border: 1px solid #ccc;	
				background:#fff;
			}



			.formauth input[type="button"] {
				width:auto;
				float:right;
				padding:10px 20px;
				position:relative;
				font-family:Roboto, Arial, Helvetica, sans-serif;
				font-size:12px;
				font-weight:700;
				height: 40px;
				text-transform:uppercase;
				color:#00994c;
				border:2px solid #00994c;
				background:#FFF;

				letter-spacing: 1px;
				transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;	
				margin-right: 20px;
			}



			.formauth input[type="button"]:hover {
				background:#00994c;
				color:#fff;
				cursor:pointer;
				transition: all 0.3s ease;
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;	
			}


.custlist{
	width:98%;
	border-radius:5px;
	margin-bottom:10px;
}


.formauth ul {
	padding: 0;
    margin: 0;
	border-bottom: 1px solid #baced9;
	border-radius:5px;
}

					.formauth li {
						display: block;
						padding:3% 2% 3% 20%;
						margin: 0;
						background: url(../img/child.png) 12% center no-repeat #F8F8F8;
						border-left: 1px solid #baced9;
						border-right: 1px solid #baced9;
						border-top: 1px solid #baced9;
						font-size: 12px;
						font-family: Arial;
						color:#32374d;
					}

					.formauth li:hover
					{
						background: url(../img/child_hover.png) 12% center no-repeat #32374d;
						color: #fff;
						cursor:pointer;
					}


					.formauth li.parent{	
						padding:3% 2%;  
						background:#fff;
						color:#32374d;
					}


					.formauth li.parent:hover
					{
						background: #32374d;
						color:#fff;
						cursor:pointer;
					}

