body {
	font-size: 62.5%;
}

a {
	color: black;
}

label {
	margin-bottom: 0.3em;
}

label, input {
	display: block;
	box-sizing: border-box
}

input.text {
	margin-bottom: 12px;
	width: 100%;
	padding: .4em;
}

fieldset {
	padding: 0;
	border: 0;
}

.loginCenterPanel {
	width: 420px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -150px 0 0 -210px;
}

.loginGfxPanel {
	position: absolute;
	left: 50%;
	top: 50%;
	z-index: 999;
	width: 128px;
	height: 128px;
	margin: -234px 0 0 60px;
}

#legal {
	z-index: 101;
	position: absolute;
	right: 0;
	bottom: 0;
	margin: 5px;
}