﻿@charset "utf-8";

body, html {
	background: #404040;
	margin: 0;
	padding: 0;
	border: 0;
}

ul li {
	list-style-type: none;
	margin: 0px 10px 32px 240px;
}
ul:FIRST-CHILD {
	margin-top: 59px;
}
.loginuser,.loginpwd{
	width: 164px;
	height: 18px;
}

.loginbody {
}

.systemlogo {
	position: absolute;
	color: #FFF;
	right: 15px;
	top: 0;
	height: 47px;
	font-size: 28px;
	font-family: '华文新魏', sans-serif;
}

.login-bd{
	position: absolute;
	width: 498px;
	height: 296px;
	left: 50%;
	top: 50%;
	margin-left: -249px;
	margin-top: -148px;
}
.loginbody {
	position: absolute;
	overflow: hidden;
	width: 498px;
	height: 253px;
	left: 0px;
	top: 40px;
}
.loginbtn{
	background-image: url(/static/common/images/btn-login.png);
}
.error,.right{
	position: absolute;
	top: 50%;
	left: 50%;	
	padding: 20px;
	font-size: 12px;
}
.error{
	color: #ff4136;
}
.right{
	color: #2ecc40;
}
.resetbtn{
	background-image: url(/static/common/images/btn-reset.png);
}
.loginbtn,.resetbtn{
	width: 75px;
    height: 30px;
    border: 0;
    background-position: 0 0;
    cursor: pointer;
}