*, *:before, *:after {
    box-sizing: border-box;
}
body {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: small;
	line-height: 1.4em;
	font-family: Arial, Helvetica, sans-serif;
	background: #fff;
}
a {
	color: #20419A;
	color: #666;
}
a.button {
	text-decoration: none;
}
.error {
	color: #CC0C00;
}
#wrap {
	width: 500px;
	height: 400px;
	position: absolute;
	top: 40%; /*ipv50*/
	left: 50%;
	margin-left: -250px;
	margin-top: -200px;
	border: 1px solid #ddd;
	padding: 30px;
	text-align: center;
}
@media (max-width: 600px) {
	#wrap {width: 100%; padding: 20px; position: relative; top: 0; left: 0; margin: 20px auto; border: none;}
}
img#logo {
	width: 250px;
	margin-bottom: 15px;
}
label {
	display: inline-block;
	float: left;
	width: 20%;
	height: 40px;
	line-height: 50px;
	text-align: center;
	background-color: #eee;
	border: 1px solid #ddd;
	border-right: none;
	margin: 5px 0;
	color: #666;
	font-size: 90%;
}
input[type="text"], input[type="password"] {
	float: left;
	height: 40px;
	width: 80%;
	border: 1px solid #ddd;
	margin: 5px 0;
	padding: 2%;
	font-size: 1em;
	
	filter: none;
	outline: none;
	
	border-radius: 0;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
}
input:autofill {
	background: #fff;
}
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    transition: background-color 5000s ease-in-out 0s;
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}
input[type="submit"] {
	margin: 15px 0 10px;
	font-weight: bold;
}
input[type="submit"].button {
	padding: 0.6em 2em;
	background-color: #FFC61E;
}
p.links {
	color: #888;
}
@media (max-width: 600px) {
	p.links a {display: block;}
}
p.request-login {
	font-size: .9em;
	color: #999;
}
