.fullPageContainer{
	position: fixed;
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	right:0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.75);
	background: url('/assets/img/bg2.jpg');
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: bottom right;
	z-index: -1;
}

.loginPanel{
	padding-top: 25px !important;
  	padding-bottom: 10px !important;
	-webkit-box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
	-moz-box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
	box-shadow: 0px 0px 100px 50px rgba(255,255,255,0.6);
	z-index: 90000;
}

.sinyalLogo{
	width: 200px;
	
}

.logoSidebar{
	box-shadow: none !important;
}

#loginFormContainer{
	max-width: 450px;
	margin: 0 auto;
}

.leftCol{
	background: rgba(0, 0, 0, 0.7);
	margin: 0 !important;
}

.loginGrid{
	height: 100vh;
	margin: 0 !important;
}

.loginRow{
	padding: 0 !important;
	margin: 0 !important;
}

/*.login_topmargin{
	margin-top:2em !important;
}*/