.login-logo {
	width: 70px;
	height: 70px;
	padding-top: 20px;
}
.login { 
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -150px 0 0 -150px;
	width:280px;
	height:300px;
}
.login h1 { color: silver; text-shadow: 0 0 10px rgba(0,0,0,0.3); letter-spacing:1px; text-align:center; }

input { 
	width: 100%; 
	margin-bottom: 10px; 
	background: rgba(0,0,0,0.3);
	border: none;
	outline: none;
	padding: 10px;
	font-size: 13px;
	color: silver;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	box-shadow: inset 0 -5px 45px rgba(100,100,100,0.2), 0 1px 1px rgba(255,255,255,0.2);
	-webkit-transition: box-shadow .5s ease;
	-moz-transition: box-shadow .5s ease;
	-o-transition: box-shadow .5s ease;
	-ms-transition: box-shadow .5s ease;
	transition: box-shadow .5s ease;
}
input:focus { box-shadow: inset 0 -5px 45px rgba(100,100,100,0.4), 0 1px 1px rgba(255,255,255,0.2); }

.login-button {
	width: 302px;
	height: 30px;
	background-color: rgba(50, 50, 50, 0.5);
	border: 1px solid rgba(0,0,0,0.3);
	border-radius: 4px;
	color: silver;
	cursor: pointer;
}

.login-button:hover {
	background-color: #fff;
	color: #3f51b5;
}

.login-button1 {
	margin-left: -225px;
	margin-top: -10px;
	z-index: 2;
	width: 80px;
	height: 30px;
	background-color: rgba(50, 50, 50, 0.5);
	color: silver;
	/* Fix wrong positioning in Firefox 9 & older (bug 450418) */
	font-size: 20px;
	border: 0;
	border-radius: 24px;
	cursor: pointer;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
}
.login-button1:hover {
	background-color: #fff;
	color: #3f51b5;
}

.zot-text {
	position: fixed;
	bottom: 15px;
	text-align: center;
	margin-left: 65px;
}

.zot-text p{
	font-size: 9px;
}

.zot-text a{
	color: silver;
	text-decoration: none;
}
.zot-text a:hover{
	color: red;
	font-size: 10px;
	text-decoration: none;
}