html,body {
	height: 100%;
}

input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-transition-delay: 99999s;
        -webkit-transition: color 99999s ease-out, background-color 99999s ease-out;
    }

.body {
	margin: 0px;
	padding: 0px;
	height: 100%;
	overflow: hidden;
	font-size: 12px;
	font-family: "Microsoft YaHei", SimSun, Arial, Sans-Serif;
}

.login-wrapper {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	overflow: hidden;
	background-size: 100% 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url(../loginbg.jsp);
}

.login-dove {
	position: absolute;
	left: 0;
	top: 0;
	width: 128px;
	height: 128px;
	background-image: url(../img/login/dove.png);
	display: none;
}

.bg-default .login-dove {
	display: inherit;
}

.login-mask {
    width: 436px;
    height: 256px;
	padding-top: 14px;
	padding-bottom: 26px;
	margin-bottom: 50px;
	/*
	border-radius: 8px;
	background-color: rgba(255, 255, 255, 0.25);
	box-shadow: 0px 10px 20px rgba(0, 0, 0, .35);
	*/
}

.hidden {
	visibility: hidden;
}

.login-version {
	color: #DFDFDF;
	text-align: right;
	margin-right: 20px;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 8px;
	position: absolute;
	right: 10px;
	top: 10px;
}

.login-content {
	position: relative;
	text-align: left;
	margin-top: 20px;
}

.login-block {
	float: left;
}

.login-content,.login-block {
	width: 320px;
}

.item-submit {
	width: 290px;
}

/** jsp中处理
.login-logo {
	height: 55px;
	background: url(../img/login/logo.png) no-repeat center top;
} */

.login-user-input {
	height: 55px;
	padding-left: 12px;
}

.login-pass-input {
	height: 50px;
	padding-left: 12px;
}

.login-remember {
	height: 30px;
	padding-left: 12px;
}

.login-submit {
	padding-left: 12px;
}

.item-textinput {
	width: 258px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 10px center;
	background-color: #ffffff;
	border: 1px solid #829AA5;
	padding-left: 30px;
	border-radius: 5px;
	font-size: 14px;
	font-family: "Microsoft YaHei", SimSun, Arial, Sans-Serif;
}

.login-user-input .item-textinput {
	background-image: url(../img/login/user.png);
}

.login-pass-input .item-textinput {
	background-image: url(../img/login/lock.png);
}

.item-text,.item-textinput {
	color: #000000;
}

.login-remember img {
	cursor: pointer;
}

.item-remember input {
	position: relative;
	top: 2px;
}

.item-remember input,.item-remember label {
	color: white;
	cursor: pointer;
	font-size: 10px;
	font-family: "Microsoft YaHei", SimSun, Arial, Sans-Serif;
}

.item-submit {
	border: none;
	color: white;
	background-color: #00A8C6;
	cursor: pointer;
	font-size: 16px;
	font-family: "Microsoft YaHei", SimSun, Arial, Sans-Serif;
	border-radius: 5px;
}

input.item-submit-hover,.item-submit:hover {
	background-color: #00A8C6;
}

.item-textinput,.item-submit {
	height: 40px;
	line-height: 40px;
}