body,html{
	margin:0;
	padding:0;
}
header nav,.topic-list{
	display:none !important;
}
footer .newsletter,footer .links{
	opacity: 0 !important;
}
.outer{
width:100%;
height:100vh;
background:#000;
position: relative;
}
.outer .inner{
	position: absolute;
	top:50%;
	transform: translateY(-50%);
	left:0;
	right:0;
	margin:0 auto;
	max-width:500px;
	color:white;
}
.outer .inner img{
	width:300px;
	margin:0 auto;
	display:block;
}
#pass-form{
	margin:0 auto;
	width:300px;
}
#pass-form input{
	padding:8px;
	width:100%;
	font-size:14px;
	box-sizing: border-box;
	border:none;
	box-shadow: none;
}
#pass-form button{
	background:none;
	border:none;
	box-shadow: none;
	color:white;
	text-align: center;
	width:100%;
	box-sizing: border-box;
	font-size:14px;
	cursor: pointer
	margin-top:15px;
	position: relative;
	top:15px;
	outline:none;
	font-family: sans-serif;
	font-weight:200;
}
#pass-form button:hover{
	cursor: pointer;
	text-decoration: underline;
}
.blog{
	min-height: calc(100vh - 150px);
}