html,body {

	height:100%;width:100%;

}

.container-full-bg {
	width:100%;height:100%;max-width:100%;background-position:center;background-size:cover;
	background-image:url('/asset/images/login.jpg');background-repeat:no-repeat;
}
.container-full-bg .container, .container-full-bg .container {height:100%;width:100%;}

