body {
	padding: 0;
	margin: 0;
	background: #333333;
	height: 100%;
}
.center {

}
.middle {
	width: 100%;
	/*height: 350px;
	margin-top: calc(25% - 175px);*/
	top: calc(50% - 205px);
	position: fixed;
	padding: 25px 0;
	box-shadow: 0 20px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.25);
	border-top: 10px solid #99ccff;
	border-bottom: 10px solid #99ccff;
	background: linear-gradient(45deg, #666666, #333366);

}
.hello {
	font: 24px Verdana, sans-serif;
	margin-bottom: 30px;
	text-align: center;
	color: white;
}
.logoname {
	width: 495px;
	margin: 0 auto;
}
.logo {
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 15px;
}
.name {
	font: bold 90px Tahoma, sans-serif;
	color: #99ccff;
	float: left;
	line-height: 70px;
}
.slogan {
	font: 16px Verdana, sans-serif;
	margin-bottom: 50px;
	color: #99ccff;
	text-align: center;
}
.access {
	font: 24px Verdana, sans-serif;
	margin-bottom: 50px;
	text-align: center;
	color: white;
}
.generator {
	width: 200px;
	height: 70px;
	background: #99ccff;
	margin: 0 auto;
	border-radius: 10px;
}
.generator a {
	font: bold 20px Arial, sans-serif;
	text-align: center;
	line-height: 65px;
	color: #333333;
	width: 200px;
	height: 70px;
	text-decoration: none;
	display: block; 
  	border-radius: 10px;
	background: #99ccff;
	box-shadow: 0 6px 0 #3C93D5;
	transition: .3s;

}
.generator a:hover {
	text-decoration: none;
	display: block; 
	color: #993300;
	color: white;
	background: #99ccff;
	box-shadow: 0 8px 0 #3C93D5;
	transition: .3s;
  	border-radius: 10px;
}
footer {
	color: #cccccc;
	font: 14px Arial, sans-serif;
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 60px; /* Высота блока footer */
	text-align: left;
	line-height: 20px;
}
footer a {
	color: #cccccc;
}
.by {
	float: right;
	padding-right: 20px;

}
.data {
	margin-top: 50px;
	margin-bottom: 50px;
}
form {
	color: white;
	font: 16px Verdana, sans-serif;
	width: 360px;
	margin: 0 auto;
}
label {
	display: block;
	width: 360px;
	height: 30px;
	line-height: 34px;


}
input {
	border-radius: 4px;
	float: right;
	height: 30px;
	width: 200px;
}
form div {
	margin-bottom: 30px;
}
input[type="number"] {
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
	appearance: textfield;
}
 
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	display: none;
}
button {
	width: 200px;
	height: 70px;
	background: #99ccff;
	margin: 10px auto;
	font: bold 20px Arial, sans-serif;
	text-align: center;
	line-height: 65px;
	color: #333333;
	text-decoration: none;
	display: block; 
  	border-radius: 10px;
	box-shadow: 0 6px 0 #3C93D5;
	transition: .3s;
	border: 0px;
}
button:hover {
	cursor: pointer;
	text-decoration: none;
	display: block; 
	color: #993300;
	color: white;
	background: #99ccff;
	box-shadow: 0 8px 0 #3C93D5;
	transition: .3s;
  	border-radius: 10px;
}

.cf:before,
.cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}