html{
	height: 100%;
	background:#f0ad4e url(../images/login_background.jpg) no-repeat center center;
	background-size:cover;
}
body{
	height: 100%;
	background-color: transparent;
}
#login-body{
	width: 100%;
	height: 100%;
	position: relative;
}
#login-fixed{
	position: absolute;
	top:40%;
	left: 50%;
	width: 700px;
	margin-top:-200px;
	margin-left:-350px;
}
.float-left{
	color: #000;
	line-height:1.3;
}
.float-left h1{
	border-left: 4px solid #FED643;
	padding-left:10px;
	color: #000
}
.float-left p{
	font-size: 16px;
}
#login-box{
	float:right;
	width: 350px;
	padding:40px;
	background-color: rgba(255,255,255,.75);
	border:1px solid rgba(255,255,255,.3);
}
#login-box .form-control{
	border-color:rgba(0,0,0,.3);
	background:transparent;
}
.btn{ line-height: 2; }
.btn-warning,.btn-warning:hover{
	background-color:#FED643;
	border-color:#f90;
}
.btn-warning:active{
	background-color:#fc0 !important;
}













