@charset "utf-8";
/* CSS Document */
body {
    background: url(../images/header.jpg) 100% 0 no-repeat;
	text-align:center;
	position:relative;
	background-color:#e9ecef;
}
body.task-login.action-none #layout #body_bg #supportlink-home {
	position:relative;
	padding-top:40px;
}
#body_bg	{
	position:absolute;
	background: none repeat scroll 0 0 #bdcb92;
	border: 1px solid #bdcb92;
	border-radius: 5px 5px 5px 5px;
	top: 30%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 800px;
	margin-top:12vh;
}
#layout-content.selected.no-navbar	{
	height: 200px;
	width: 400px;
	margin-top: -80px;
	background-color: #bdcb92;
/*	background-position: top;
	background-origin: border-box;
	background-repeat: no-repeat;
	border: #bdcb92 1px solid;*/
}
#logo_container {
	height:280px;
	margin-top:100px;
	margin-bottom: -50px;
	padding-top: 20px;
	background: url(../images/igslogin.png) no-repeat scroll 50% 100% transparent;
	z-index: 100;
.clear {
	clear:both;
}
