@CHARSET "UTF-8";

body {
	font-size: 13px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

.colorDiv1 {
	width: 100%;
	height: 87.7%;
	background: #3BB778;
	position: absolute;
	top: 0;
}

.colorDiv2 {
	width: 100%;
	height: 12.3%;
	background: #202020;
	position: absolute;
	bottom: 0;
}

#loginBackgroundImg {
	position: absolute;
}

#loginFm {
	position: absolute;
	left: 50%;
}

#loginImg {
	outline: none;
}

.loginInputDiv {
	width: 100%;
	background: #535353;
	border: 0;
	border-radius: 50px;
	padding: 0 5%;
}

.loginInputImg {
	width: 8%;
	height: 75%;
	vertical-align: middle;
}

.loginInputItem {
	width: 75%;
	height: 100%;
	background: #535353;
	color: #dcdcdc;
	font-size: 12px;
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	outline: none;
}

.loginInputItem:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px #535353 inset;
	-webkit-text-fill-color: #dcdcdc;
}

.errSpan {
	width: 100%;
	color: red;
}