@CHARSET "UTF-8";

html, body {
	background-color: #FFF;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	background: url("../../../resources/images/bg/nbg4.jpg") fixed center
		center no-repeat;
	filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../../resources/images/bg/nbg4.jpg',
		sizingMethod='scale'); background-positon : 100%, 100%;
	background-size : cover;
	font-family: "微软雅黑";
	overflow: hidden;
	background-positon: 100%, 100%;
	background-size: cover;
}

.main {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0
}

.main>table {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

.main>table>tbody {
	padding: 0;
	margin: 0;
}

.copyright {
	font-size: 13px;
	background-color: white;
}

.systemname {
	position: relative;
	background-color: white;
}

.systemname .logo {
	width: 60px;
	height: 60px;
	position: absolute;
	left: 200px;
	bottom: 0px;
}

.systemname .text {
	width: 700px;
	height: 60px;
	line-height: 60px;
	font-family: "微软雅黑"; 
	font-size : 25px;
	color: #3276BF;
	height: 60px;
	line-height: 60px;
	color: #3276BF;
	position: absolute;
	left: 260px;
	bottom: 0px;
}

.loginFrame { 
	width: 330px;
	height:310px;
	padding: 10px;
	background-color: #fff;
	text-align: center;
	border-radius: 4px;
	border: 1px solid #CCCCCC;
	position: absolute;
	top: 80px; 
	right: 100px;
}

.loginFrame .title{
	text-align: center;
}

.loginFrame .title span{
	background: url("../../../resources/images/common/users.png") left no-repeat;
	padding-left: 30px; 
	line-height: 30px;
}

.info, .btns {
	margin: 0 auto;
	width: 310px;
}

.textfield {
	text-indent: 35px;
	width: 305px;
	height: 40px;
	border: 1px solid #DDDDDD;
	margin-top: 10px; 
	text-align: left;
	*padding-left: 35px;
}

.textfield:hover {
	border: 1px solid orange;
}

.textfield>input {
	background-color: transparent;
	height: 38px;
	line-height: 38px;
	border: none;
	width: 230px;
	font-size: 14px;
	outline: none;
}

.textfield>.warning {
	background: url("../../../resources/images/common/warning.png")
		no-repeat center;
	padding: 10px;
	margin-left: 5px;
	display: none;
	cursor: pointer;
}

.textfield.error {
	border: 1px solid red;
}

.textfield.error>.warning {
	display: inline;
}

.username {
	background: url("../../../resources/images/common/user.png") no-repeat
		5px center;
}

.password {
	background: url("../../../resources/images/common/lock.png") no-repeat
		5px center;
}

.randcode {
	background: url("../../../resources/images/common/randcode.png")
		no-repeat 5px center;
	text-align: left;
	width: 195px;
	position: relative;
}

.randcode>input {
	width: 125px;
}

.randcode>img {
	height: 40px;
	width: 100px;
	position: absolute;
	left: 205px;
	cursor: pointer;
}

.randcode>.rfcode {
	background: url("../../../resources/images/common/refresh16.png")
		no-repeat;
	height: 16px;
	width: 16px;
	position: absolute;
	left: 310px;
	bottom: 0px;
	cursor: pointer;
}

.btns button {
	border: none;
	cursor: pointer;
	margin-top: 10px;
	border-radius: 4px;
	margin-right: 5px;
	text-indent: 15px;
	text-align: center;
	width: 100%;
	height: 48px;
	color: white;
	font-size: 15px;
}

.btns .login {
	background-color: #3785D0
}

.btns .cancel {
	background-color: #D7D7D7;
}

.btns .login:hover {
	background-color: #2F7BC8;
}

.btns .cancel:hover {
	background-color: #C5C5C5;
}

.loginInfo {
	margin-top: 10px;
	color: red;
}

.forgetPwd {
	text-decoration: underline;
	font-size: 14px;
	margin-top: 10px;
}

.forgetPwd a {
	color: #ccc;
}