	body{
		margin: 0;
		background-image:url(../images/loginBG.png);
		background-color: #393D49;
		background-repeat:no-repeat; 
		background-attachment:fixed;
		background-position:center;
		background-size: cover;
	}

	#loginbackground {
		/*box-shadow:#009688 0px 0px 20px ;*/
		position: absolute;
 		left: 75%;
 		top: 35%;
	    width: 400px;
	    margin-left:-200px;
		margin-top:-130px;
		/*border-radius:10px;*/
		/*background-color:#fff;*/
		background-color: rgba(255, 255, 255, 0.05);
		text-align:center;
		/*filter:alpha(Opacity=66);-moz-opacity:0.66;opacity: 0.66}; */
	}
	#loginbackground #loginform{
		position:absolute;
		width: 300px;
		
	}