* {
	margin:0;
	padding:0;
	font-family: "Trebuchet MS";
	letter-spacing:-0.5px;
	outline:none;
	font-size:12px;
}

body, html {
	width:100%;
	height:100%;
	text-align:center;
	
}

#center {
	width:100%;
	height:50%;
	margin-bottom:-170px;
}

#content {
	margin:auto;
	padding:20px 0;
	width:360px;
	height:365px;
	background-color:#FFF;
	border:1px solid #eee;
}

#content #logo {
	margin-bottom:10px;
}

#content #login {
	margin:auto;
	padding:0px 25px;
	font-size:13px;
	text-align:left;
	color:rgb(64, 4, 206);
	font-weight:600;
}

#content #login #error {
	background-color:rgb(154, 2, 0);
	font-weight:600;
	color:#FFF;
	text-shadow:0 1px 0 #FF0000;
	padding:3px 0;
	text-align:center;
	margin:-4px 0 4px 0;
	display:none;
}

#content #login #loader { margin:8px 0 0 150px; display:none; }

#content #login input[type=text], #content #login input[type=password] {
	padding: 5px 10px;
    width: 218px;
    margin-bottom: 14px;
    border: 1px solid #fff;
    font-size: 12px;
    color: #fff;
}
#content #login input[type=text]:hover, #content #login input[type=password]:hover,
#content #login input[type=text]:focus, #content #login input[type=password]:focus {
	border-color:#b5b5b5;
	color:#a0a0a0;
}
#content #login input[type=text]:focus, #content #login input[type=password]:focus {
	box-shadow:0 0 15px 0px #dedede;
}

#content #login input[type=submit] {
	font-size:12px;
	padding:5px 25px;
	margin:5px -2px 0 10px;
	font-weight:600;
	color:#FFF;
	background-color:rgb(154, 2, 0);
	text-shadow:0 1px 0 #0088ff85;
	border:#FFF;
	float: inline-end;
}
#content #login input[type=submit]:hover { background-color:#e5edf3; cursor:pointer; color:rgb(154, 2, 0);}