/* Modify Login */
html {
	height:					100%;
	background:				#E0F2FB url('../images/bg-body.jpg') repeat-x;
}

body.login {
	height:					100%;
	min-height:				600px;
	color:					#505254;
	font:					12px/22px Verdana, Geneva, Arial, Helvetica, sans-serif;
	background:				rgba(255, 255, 255, 0) url('../images/login-wrapper.png') no-repeat 50% 0 !important;
}

body.login h1 a {
	width:					auto;
	height:					92px;
	text-indent:			-9999px;
	overflow:				hidden;
	margin:					0 0 13px;
	background-size:		auto auto;
	background-image:		url('../images/logo.png') !important;
}

body.login div.topbar {
	width:					100%;
	height:					37px;
	position:				absolute;
	z-index:				99;
	top:					0;
	left:					0;
	right:					0;
	background:				url('../images/bg-panel.png') repeat-x 50% 0;
}

body.login div.topbar div.panel {
	width:					918px;
	padding:				5px 26px 0;
	margin:					0 auto;
	overflow:				hidden;
	position:				relative;
	z-index:				99;
}

/* Social Network */
body.login div.topbar div.panel div.social-networks {
	padding:				0;
	margin:					0 45px 0 0;
	list-style:				none;
	float:					left;
}
