/**登录样式表**/
html{
	height:100%;
}
body{
	margin: 0px;
}
.login-layout {
	background : #FFFFFF url(../../../images/login/login_background.png) no-repeat;
	background-size:100% 97%;
	height:100%;
}

.main-container {
	height:100%;
}

.main-content{
	top:16%;
	left:67%;
	position: absolute;
	width:350px;
	min-height: auto !important;
}

.login-logo{
    /*background: rgba(0, 0, 0, 0) url("../../../images/login/login_title.png") no-repeat scroll 0 0 / 100% auto;*/
  	display:inline-block;
    height: 100px;
    width: 320px;
}

.sub-title{
	font-size:30px;
	color:dodgerblue;
	text-align: center;
	font-weight: bold;
	width:100%;
	margin-top:10px;
}

.title-description{
	font-size:16px;
	color:#5e5e5e;
	text-align: center;
	margin-top:10px;
}

.footerDiv{
	height:20px;
	width:100%;
	position:absolute;
	bottom:0;
}

#loginForm .loginInput{
	font-size: 16px;
	color: #5e5e5e;
	height:40px;
	border-radius: 10px !important;
	border-color: transparent;
	background-color: #F4F2F8;
	text-indent: 10px;
}

#loginForm #btnLogin{
	width:100%;
	height:42px;
	background-color:dodgerblue !important;
	border-radius:20px;
	border-color: transparent !important;
	font-size: 18px;
	letter-spacing: 18px;
	margin-top:20px;
	outline:none;
}

#loginForm .loginInput:hover{
	font-size: 16px;
	color: #5e5e5e;
	height:40px;
	border-radius: 10px !important;
	border-color: dodgerblue;
	background-color: #F4F2F8;
	text-indent: 10px;
}

#loginForm .input_check{
	margin-top:2px;
	display: inline-block;
	vertical-align: middle;
}