html{
	height:100%!important;
}
body{
	background:#000;
	margin:0px;
	padding:0px;
	height:100%;
}
form{
	margin:0px;
	padding:0px;
}
div.content{
	width:100%;
	height:100%!important;
	overflow:hidden;
	margin:0 auto;
	display: flex;
    justify-content: center;
    align-items: center;
	text-align:center;
	position:relative;
	z-index:1;
}
