.login-container{
	 background: url(../img/login-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	position: fixed;
	width: 100%;
	height: 100%;
}
.login-container:after{
	background: rgba(0,0,0,0.8);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
	content: "";
}
.form-signin {
	background: rgba(95, 103, 110 ,0.7);
	-webkit-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 14px 0px rgba(0,0,0,0.75);
	padding: 30px;
	max-width: 400px;
	margin: 0 auto;
	margin-top:20%;
	position: relative;
	z-index: 2;
}
.form-signin input, .form-signin input:focus{
	background: none;
	color: #fff;
	padding: 15px 0;
	margin: 5px 0;
}
.signin-heading{
	font-size: 28px;
	color: #fff;
	position: relative;
	padding-bottom: 10px;
}
.signin-heading:after{
	content: "";
	width: 10%;
	position: absolute;
	border-bottom: 4px  solid #fff;
	bottom: 0;
	left: 45%;
}
.login-btn{
	background: #34373e;
	font-size:18px;
	color: #fff;
	border:none;
	padding:12px 0;
	width: 200px;
	margin:20px auto;
	display: block;
	text-align: center;
}
.login-btn:hover{
	opacity: 0.8;
}
.trouble{
	color: #2696e0;
	font-size: 12px;
}
.trouble a:hover{
	color: #e1e1e1;
	font-size: 12px;
	text-decoration: none;
}
.signup{
	font-size: 12px;
	color: #fff;
}
.signup a{
	color: #2696e0;
	font-size: 12px;
}
.poweredby{
	margin-top: 20px;
	font-size: 12px;
	color: #fff;
	position: relative;
	z-index: 2;
}
.poweredby a{
	color: #2696e0;
	font-size: 12px;
}
 