* { margin: 0; padding: 0; }

html { 
	background: url(../assets/home.png) no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	height: 100%;
}
body{
	background: none;
	height: 100%;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    color:#ffffff;
    
}
.antmain{
	text-align: center;
	margin:auto;
	font-size:24px;
}

#page-wrap { 
	width: 400px; 
	margin: 50px auto; 
	padding: 20px; 
	background: rgba(25	5,255,255,0.7); 
	-moz-box-shadow: 0 0 20px black; 
	-webkit-box-shadow: 0 0 20px black; 
	box-shadow: 0 0 20px black; 
}
p { font: 15px/2 Georgia, Serif; 
	margin: 0 0 30px 0; 
	text-indent: 40px; 
}
