body{
	margin:0;
	padding:0;	
	font-family:sans-serif;
	position: relative;
	top:10px;
	width: 100%;
	height :auto;
	background:url('images/backgrd.png');
	background-repeat: no-repeat;	
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;

	}
.bglogin{
	background:rgba(0,2,2,0.5); 
	border-radius:10px;
	color:#fff;
	}
.login-title{
		letter-spacing:2px;
		text-shadow:1px 2px 3px #fff;
		color:#fff;
}
a{
color:white;
}
a:hover{
	color:#000;
}
			