body{
	  background-image: url(../images/bglogin.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-color: #464646;
}


#rectangle{
	margin: 0 auto;
	width: 250px;
	height: 230px;
	background-color: #ffffff;
	border: 3px solid black;
	border-radius: 20px;
	
}