html, body {
	height: 100%;
	background-color: white;
}

.logCss {
	width: 100%;
	height: 105px;
	position: absolute;
	top: 0px;
}

.mainCss {
	text-align: center;
	width: 100%;
	max-height:747px;
	position: absolute;
	top: 105px;
	bottom: 70px;
	background: url('../../images/main/login/login-back.jpg') center top
}

.footerCss {
	width: 100%;
	position: absolute;
	bottom: 0px;
}

.footerCss div {
	bottom: 15px;
	position: absolute;
	text-align: center;
	width: 100%;
	font-size: 18px;
}

.topLogo {
	width: 100%
}

.topLogo img {
	width: 150px;
	position: absolute;
	top: 30px;
	left: 60px;
}

.topLogo div {
	font-size: 24px;
	position: absolute;
	top: 40px;
	left: 230px;
}

.mainCss .child1Css {
	width: 100%;
	height: 290px;
	left: auto;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}

.mainCss .child1Css .child2Css {
	width: 290px;
	margin: auto;
	height: 290px;
}

.child2Css {
	color: white;
	font-weight: bold;
	font-size: 20px;
	position: relative;
	width: 200px;
}

.ipt {
	border: 1px solid #d3d3d3 !important;
	width: 240px;
	height: auto !important;
	border-radius: 4px !important;
	background-color: transparent !important;
	color: white;
	border: 1px solid #d5d5d5 !important;
	padding: 8px 8px 8px 32px !important;
	line-height: 1.2 !important;
	font-size: 15px !important;
	font-family: inherit !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	-webkit-transition-duration: .1s !important;
	transition-duration: .1s !important;
	font-weight: bold;
}

input::-webkit-input-placeholder {
	color: #b7d5ff;
	font-size: 14px;
	text-align: left;
}

.btn1 {
	width: 240px;
	height: 35px;
	text-align: center;
	font-size: 16px;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bolder;
	background-color: white;
	filter: alpha(Opacity = 80);
	-moz-opacity: 0.5;
	opacity: 0.5;
	border: 1px solid white;
	box-sizing: border-box;
}

.u_logo {
	position: absolute;
	z-index: 5;
	background-image: url("../../images/main/login/submit-username.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	margin: 6px 6px;
}

.p_logo {
	position: absolute;
	z-index: 5;
	background-image: url("../../images/main/login/submit-password.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	margin: 6px 6px;
}

.c_logo {
	position: absolute;
	z-index: 5;
	background-image: url("../../images/main/login/submit-code.png");
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 20px;
	height: 20px;
	margin: 6px 6px;
}

#safecode {
	border-radius: 4px;
	width: 80px; 
	cursor: pointer;
}