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: 320px;
	height: 260px;
	border-radius: 8px;
	background: rgba(218, 243, 255, 0.38);
	position: relative;
}

.hidden {
	visibility: hidden;
}

.login-version {
	color: #DFDFDF;
	text-align: right;
	margin-right: 20px;
	font-family: Arial;
	font-size: 12px;
	padding-bottom: 8px;
	position: fixed;
	right: 10px;
	top: 10px;
}

.login-content {
	position: relative;
	text-align: left;
}

.login-block {
	width: 248px;
	margin: 0 auto;
}

.item-submit {
	width: 248px;
}

/** jsp中处理
.login-logo {
	height: 84px;
	background: url(../img/login/logo.png) no-repeat center center;
} */

.login-logo-exp {
	position: absolute;
	font-size: 15px;
	color: #fff;
	right: 14px;
	top: 22px;
}

.login-user-input {
	height: 30px;
	margin-bottom: 10px;
	color: #999;
}

.login-pass-input {
	height: 30px;
	color: #999;
}

.login-remember {
	height: 35px;
	line-height: 35px;
}

.item-textinput {
	box-sizing: border-box;
	width: 248px;
	background-repeat: no-repeat;
	background-size: 12px 12px;
	background-position: 10px center;
	background-color: #ffffff;
	border: 1px solid #829AA5;
	padding-left: 10px;
	font-size: 14px;
	font-family: "Microsoft YaHei", SimSun, Arial, Sans-Serif;
	outline: none;
}

.login-user-input .item-textinput {
	/* background-image: url(../img/login/user.png); */
	color: #333;
	border-radius: 4px;
}

.login-pass-input .item-textinput {
	/* background-image: url(../img/login/lock.png); */
	color: #333;
	border-radius: 4px;
}

.item-text,.item-textinput {
	color: #000000;
}

.login-remember img {
	cursor: pointer;
}

.item-remember   {
  display: flex;
  align-items: center;
}

.item-remember input,.item-remember label {
	color: white;
	cursor: pointer;
	font-size: 10px;
	font-family: "Microsoft YaHei", SimSun, Arial, Sans-Serif;
	position: static;
}

.item-submit {
	border: none;
	color: white;
	background-color: #00b7ee;
	cursor: pointer;
	font-size: 16px;
	font-family: "Microsoft YaHei", SimSun, Arial, Sans-Serif;
	border-radius: 4px;
	transition: background 500ms linear;
}

input.item-submit-hover,.item-submit:hover {
	background-color: #1acaff;
}

.item-textinput,.item-submit {
	height: 30px;
	line-height: 30px;
}

.login-pub {
	width: 800px; /**多语言，所以设置宽一点**/
	height: 29px;
	position: absolute;
	top: -69px;
	left: 50%;
	margin-left: -400px;
	background: url(../loginbg.jsp?name=%2Fvision%2Fimg%2Flogin%2Flogopub.png) center center no-repeat;
}

.login-copyright {
	position: fixed;
	bottom: 30px;
	font-size: 14px;
	color: #c7c7c7;
	font-family: 'microsoft Yahei';
	width: 320px;
	margin-left: -160px;
	left: 50%;
}