html {
	height:100%
}
body {
	height:auto;
	background:url(../img/login_bg.png) no-repeat center fixed;
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	color:rgba(255,255,255,.95)
}

.login-container {
	height: 600px;
	position:absolute;
	left:0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.sign-in-container {
	float: right!important;
}

.switchLoginTypeContainer{
	float: right!important;
}

.sign-in-panel {
	height: 350px;
	background-color: #d3dae4;
	border:1px solid rgba(255,255,255,.3);
	-moz-box-shadow:3px 3px 5px 5px rgba(0, 0, 0, .1);
	-webkit-box-shadow:3px 3px 5px 5px rgba(0, 0, 0, .1);
	box-shadow:3px 3px 5px 5px rgba(0, 0, 0, .1);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

#sign-in-form {
	padding: 20px;
}

#sign-in-form .form-control {
	display:block;
	margin-top:15px
}
#sign-in-form .account {
	color:#333;
	background:#fff url(../img/user.png) no-repeat 5% center;
	padding-left: 40px;
}

#sign-in-form .pwd {
	color:#333;
	background:#fff url(../img/locked.png) no-repeat 5% center;
	padding-left: 40px;
}
#sign-in-form .code {
	background: #fff no-repeat 95% center;color:#333; margin:0 0 15px 0;
}
#sign-in-form .btn {
	margin-top:15px
}

#sign-in-form .system-title{
	text-align: center;
	color:#333;
	font-size: 18px;
}

#sign-in-form .form-row{
	padding: 0 15px 0 15px;
}
.login-footer {
	width: 100%;
	bottom: 0;
	text-align: center;
	position: absolute;
	margin-bottom: 50px;
}

.login-footer .footer-container{
	border-top:solid 1px rgba(255,255,255,.3);
	margin: 0 auto;
	padding:15px;
	left: 0;
	right: 0;
	position:absolute;
}

.footer-container .copyright-text{
	display:inline-block;
	*display:inline;
	*zoom:1;
	margin: 0 auto;
}

.copyright-text a:link {color: rgba(255,255,255,.95);} /* 未被访问的链接 蓝色 */
.copyright-text a:visited {color: rgba(255,255,255,.95);} /* 已被访问过的链接 蓝色 */
.copyright-text a:hover {color:rgba(255,255,255,.95);} /* 鼠标悬浮在上的链接 蓝色 */
.copyright-text a:active {color:rgba(255,255,255,.95);} /* 鼠标点中激活链接 蓝色 */

/*
登录界面check样式
*/
.checkbox-custom {
	position: relative;
	padding: 0 15px 0 25px;
	margin-bottom: 7px;
	margin-top: 10px;
	display: inline-block;
}
/*
将初始的checkbox的样式改变
*/
.checkbox-custom input[type="checkbox"] {
	opacity: 0; /*将初始的checkbox隐藏起来*/
	position: absolute;
	cursor: pointer;
	z-index: 2;
	margin: -6px 0 0 0;
	top: 50%;
	left: 3px;
}
/*
设计新的checkbox，位置
*/
.checkbox-custom label:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -9px;
	width: 18px;
	height: 17px;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #bbb;
	background: #fff;
}
/*
点击初始的checkbox，将新的checkbox关联起来
*/
.checkbox-custom input[type="checkbox"]:checked +label:after {
	position: absolute;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	content: "\e013";
	top: 42%;
	left: 3px;
	margin-top: -5px;
	font-size: 11px;
	line-height: 1;
	width: 16px;
	height: 16px;
	color: #333;
}
.checkbox-custom label {
	cursor: pointer;
	line-height: 1.2;
	font-weight: normal; /*改变了rememberme的字体*/
	margin-bottom: 0;
	text-align: left;
}

.qrCode-mask{
	width: 200px;
	height: 200px;
	background:url(../img/qrcode-mask.png) no-repeat;
	padding-top: 20px;
	text-align: center;
	display: none;
}

.qrCode-mask img{
	width: 50px;
	height: 50px;
}

.qrCode-mask p{
	text-align: center;
	margin-top: 15px;
	color: #FFFFFF;
}

.loginType-group{
	width: 200px;
	height: 32px;
	margin: 0 auto;
}
input[name='loginType']{
	display: none;
}
input[name='loginType']+label{
	background: transparent;
	display: inline-block;
	width:80px;
	height: 32px;
	position: relative;
	font-size: 16px;
	line-height: 32px;
	text-align: center;
	color: #1a2226;
	/*border: 1px solid #f4f4f4;*/
}
input[name='loginType']:checked +label {
	/*background: url(img/bg.png) no-repeat;*/
	/*border: 1px solid #fff;*/
	background-color: #FFFFFF;
	color: #0e9aef;
}
#account-container{
	display: block;
	min-height: 245px;
	margin-top: 10px;
	padding-top: 15px;
}
#qrCode-container{
	display: none;
	height: 245px;
	margin-top: 10px;
	padding-top: 15px;
}
.col-center-block {
	margin: 0 auto;
	width: 200px;
	padding-top: 10px;
}

.loginType-title{
	color: #0e9aef;
	font-size: 16px;
	width: 80px;
	margin: 0 auto;
}
#switchLoginType{
	width: 50px;
	height: 50px;
}

/*媒体查询：注意and后面空格的添加*/
/*iphone: w < 768px*/
@media screen and (max-width: 600px){
	.sign-in-container {
		left:0;
		right:0;
		top:0;
		bottom:0;
		margin:auto;
		position: absolute;
	}
}
/*pad: w >= 768  && w< 992*/
@media screen and (max-width: 992px) and (min-width: 768px) {
}
/*中等屏幕   w >= 992  && w<1200*/
@media screen and (max-width: 1200px){
}