body {
	margin: 0 auto;
	height: 100%;
	width: 100%;
}

.pages {
	display: none;
}

.input {
	width: 90%;
	height: 40px;
	border: 0px;
	border-bottom: 1px solid #CCC;
	outline: none;
	font-size: 15px;
	margin-bottom: 10px;
}

.button {
	width: 95%;
	height: 50px;
	border: 0px;
	background: #000;
	color: #FFF;
	outline: none;
	font-size: 16px;
	box-shadow: 0px 3px 5px #999;
	margin-bottom: 10px;
}

footer {
	font-size: 12px;
	bottom: 5px;
	margin: auto;
	width: 100%;
	text-align: center;
	margin-top: 20px;
	height: 30px;
}

.loading {
	font-family: Arial;
	width: 100%;
	height: 100%;
	float: left;
	position: fixed;
	color: #1B1C1B;
	font-size: 16px;
}

































