html{
	height:100%;
	width:100%;
}
.custom-background{
	background-image:url('../resources/images/login_bg.jpg') ;
	background-size:cover;
	background-repeat: no-repeat;
}
