@charset "utf-8";
html, body{width: 100%;height: 100%; overflow: hidden;}
/*去除bootstrapt button按钮自带的点击蓝边框*/
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
    outline: none;        
}
/*点击按钮 外发光样式*/
.btn:focus {
	border-color: #36aeea;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 174, 234, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 174, 234, .6);
}
.form-control:focus {
	border-color: #36aeea;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 174, 234, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(54, 174, 234, .6);
}


.bg{
	position:absolute; z-index:-1; 
	width:100%; height:100%; top:0px; left:0px;}
.bg img{
	width: 100%; height: 100%;
	margin: 0; padding: 0; float: left;
}

.box{
	width: 480px;
	height: 444px;
	background: url(../../images/login/login-box.png);
	border-radius: 10px;
	box-sizing: border-box;
	padding: 40px 25px;
	position: relative;
	left: 50%; top:50%;z-index:2;  
	margin-top: -222px; margin-left: -240px;
}
	.box h1{
		font-weight: 600;
		color: #fff;
		font-size: 38px;
		text-align: center;
		margin-bottom: 25px;
	}
	.box h2{
		color: #fff;
		font-size: 17px;
		text-align: center;
		margin-bottom: 55px;
	}
	.box .form-control{
		margin-bottom: 15px;
		padding-left: 60px;
	}
	.box .btn-default{
		width: 100%;
		height: 40px;
		color: #fff;
		font-size: 16px;
		background: #36aeea;
		margin: 5px 0 20px;
	}
	.checkbox label{
		color: #fff;
	}
	
	.inputBox{
		position: relative;
	}
	.userName{
		padding-left: 35px;		
	}
	.passWord{
		padding-left: 35px;
	}
	.inputBox .icon{
		width:48px;
		height:38px;
		position:absolute;
		left:1px; top:1px;
		border-top-left-radius: 5px;
		border-bottom-left-radius: 5px;
	}
	.inputBox .username-icon{
		background:url(../../images/login/username-icon.jpg) no-repeat left center;
	}
	.inputBox .password-icon{
		background:url(../../images/login/password-icon.jpg) no-repeat left center;
	}

.bq p{
	color: #fff;
	font-size: 14px;
	display: block;
	width: 100%;
	overflow: hidden;
	text-align: center;
	position: absolute;
	left:0; bottom:15px; z-index: 2;
}
