@charset "utf-8";
/* CSS Document */

body {
  background-image: url(../Images/login.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color:#464646;
}

@media only screen and (max-width:992px){
	
	body{
		background:#EBEBEB;
	
	}
}

	
	


