html {
	height: 100%;
	width: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #FFFFFF;
	background: #2B2F37 url(../img/bg.png) repeat bottom left;
	overflow:hidden;
}
body {
	height: 98%;
	width: 98%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	background: transparent;
}
.loginbox {
	width: 40%;
	height: 60%;
	margin-top: 7%;
	margin-left: auto;
	margin-right: auto;
	padding: 0 0 0 0;
	color: black;
}
.logintable {
	height: 100%;
	width: 100%;
	color: #000000;
	-webkit-box-shadow: 5px 5px 10px;
	-moz-box-shadow: 5px 5px 10px;
	-ms-box-shadow: 5px 5px 10px;
	-o-box-shadow: 5px 5px 10px;
	box-shadow: 5px 5px 10px;
	padding: 26px 20px 26px 25px;
	overflow: hidden;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../img/logo.png);
	-webkit-background-size: 100% 100%;
	-moz-background-size: 100% 100%;
	-ms-background-size: 100% 100%;
	-o-background-size: 100% 100%;
	background-size: 100% 100%;
}
.input {
	font-size: 1vw;
	line-height: 1vw;
	padding: 3px;
	margin: 2px 6px 6px 0;
	width: 90%;
}
h1 { text-align: center; }
.errmesg {
	background-color: #FFFF00;
	color: #000000;
}
.label {
	padding: 5px 8px 5px 3px;
	font-weight: normal;
	color: #FFFFFF;
	text-shadow: 2px 2px #000000;
}
#footer {
	position: absolute;
	bottom: 1%;
	left: 1%;
	width: 98%;
	height: 7%;
	background: transparent;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	text-align: right;
	color: white;
}
a {
	font-family: Garamond, Verdana;
	font-size: calc((1.6vh + 1.4vw)/2);
}
a:link { color:white; }
a:visited { color:white; }
a:hover { color:yellow; }
a:active { color:red; }
