html,body{
	margin:0;
	padding:0;
	width:100%;
	height:100%;
}
.wrap{
	width:100%;
	height:100%;
	position:relative;
}
.wrap img.bg{
	width:100%;
	height:100%;
	/*position:absolute;*/
	left:0;
	top:0;
	right:0;
	bottom:0;
	z-index:-10;
}
.wrap .header{
	position:absolute;
	top:0;
	left:40%;
}
.form-signin{
	box-sizing:border-box;
	width:460px;
	position:absolute;
	left:52%;
	top:10%;
	/*margin:5% 0 300px 52%;*/
	padding:30px 0 40px;
}
.form-title{
	width:100%;
	padding-bottom:20px;
	text-align:center;
	font-size:24px;
	color:#000;
}
.form-signin .input-label{
	width:110px;
	float:left;
	text-align:right;
	color:#000;
	margin-top:25px;
	line-height:16px;
}
.form-signin .input-block-level{
	width:295px;
	float:left;
	margin:15px 25px 10px 25px;
	background-color:#fff;
	border-radius:8px;
}
input, input[type="text"], input[type="password"]{
	border: 1px solid #a5c8f0;
}
input:-webkit-autofill,input:focus:-webkit-autofill{
	-webkit-box-shadow: 0 0 0px 1000px #e7effa inset;
}
.btn.btn-large.btn-primary{
	padding:0;
	width:100px;
	/*
	height:30px;
	margin-left: 40%;
	*/
	margin-top:15px;
	background: #408be2;
}
.footer{
	width:100%;
	text-align:center;
	position:absolute;
	bottom:0;
	font-size:18px;
	font-weight:900;
}
.footer-logo{
	margin-right:10px;
}
