.login_background {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -100;
	width:100%;
	height: 100%;
}

.main_login_container {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	background: rgb(170,207,57);
	background: linear-gradient(0deg, rgba(170,207,57,1) 0%, rgba(170,207,57,1) 5%, rgba(255,255,255,1) 70%);
}

#auth_container {
	border-radius: 25px 0px 25px 0px;
	position: center;
	font: normal 12px 'Bebas';
	margin-top: 10%;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
	border: 1px solid #b5ce84;
	box-shadow: 5px 5px 5px rgba(0, 70, 0, .2);
	background-color: #fff;
	color: #3e3e3e;
}

.auth_table {
	position: center;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

.auth_table .text_input {
	border: 1px solid #ddd;
	width: 250px;
	padding: 10px;
	color: #444;
	background-color: #f9f9f9;
	font: normal 12px "Bebas";
	border-radius: 5px;
}

.auth_table .text_input:hover {
	border: 1px solid #aaa;
	background-color: #f4f4f4;
	cursor: pointer;
}

.auth_table .text_input::placeholder {
	color: #aaa;
}

#iad_logo {
	height: 260px;
	width: 300px;
	background: url('/images/IAD-logo-250.png') no-repeat center;
}

.auth_submit {
	font: normal 12px "Bebas";
	border: 1px solid #b5ce84;
	background-color: #AACF39;
	width: 100%;
	padding: 10px;
	cursor: pointer;
	border-radius: 5px;
	color: #555;
}

.auth_submit:hover {
	background-color: #6E8639;
	color: #fff;
	border: 1px solid
}

#auth_submit:active {
	background-color: #b3b3b3;
}

.auth_msg {
	/*background-color: #ff7c7a;*/
	/*border-radius: 5px;*/
	/*margin-bottom: 15px;*/
	margin-left: auto;
	margin-right: auto;
	/*height: 33px;*/
	/*width: 250px;*/
	padding: 10px;
	color: #be6d64;
	text-align: center;
	/*color: #5d2d2d;*/
}

.authBanner {
	position: absolute;
	width: 100%;
	bottom: 0px;
	height: 50px;
	background-color: #a7cf39;
	color: #415117;
}

.authCompany {
	float: left;
	margin-left: 20px;
	font: normal 14px/50px "Bebas";
}

.authVersion {
	float: right;
	margin-right: 20px;
	font: normal 14px/50px "Bebas";
}
