/*
 * Contains CSS styles for the login page.
 */
input,
textarea,
select,
select option  {
	font-family: Arial,Helvetica,sans-serif;
	color: black;
}

#login_footer
{
	position: absolute;
	bottom: 0px;
	height: 20px;
	width: 100%;
	text-align: center;
	background-color: #808080;
	color: white;
	padding-top: 5px;
}

#login_footer a
{
	color: white;
	text-decoration: none;
	font-size: 12px;
}

#login_logo_bottom
{
	position: absolute;
	bottom: 40px;
	right: 15px;
}

.login_password_policy_container {
	margin: auto;
	width: 30%;
	padding: 10px;
	text-align: justify;
	margin-top: 150px ;
	vertical-align: middle;
	border: 1px solid;
	background: white;
}

#login_center_container {
	height: 180px;
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -90px;
	background-color: #FFFFFF;
	text-align: center;
	-webkit-box-shadow: 0px 0px 30px #000000;
	-moz-box-shadow: 0px 0px 30px #000000;
	box-shadow: 0px 0px 30px #000000;
}

#login_center_container >:first-child {
	padding-right: 16px;
}

#login_center_middle_container {
	display: table-cell;
	vertical-align: middle;
	height: 148px;
	padding-top: 16px;
}

.login_center_cell {
	display: inline-block;
}

.loginLineSpacer {
	padding-bottom: 11px;
}

.loginElement.size_default {
	-webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
	-moz-box-sizing: border-box;    /* Firefox, other Gecko */
	box-sizing: border-box;         /* Opera/IE 8+ */
	width: 150px;
}

#loginform td {
	vertical-align: top;
}

#answer {
	height: 45px;
	padding-top: 45px;
	text-align: center;
}

#login_center_version_img {
	max-height: 148px;
}

#login_center_frm_table {
	color:#222;
	width:290px;
	border:0;
	border-collapse: inherit;
	border-spacing: 0px;
	height: 139px;
}