html, body { height:100%; }
html { 
	position: relative;
}
body { 
	background: url('../../img/login/bg-login2.jpg') no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.outer-wrapper { 
	display: table;
	width: 100%;
	height: 100%;
}
.inner-wrapper {
	display:table-cell;
	vertical-align:middle;
	padding:15px;
}
.login-btn { position:fixed; top:15px; right:15px; }


.box-login {
	background:#FFF;
	padding:30px;
	border-radius:5px;
-webkit-box-shadow: -1px 0px 8px -2px rgba(128,128,128,0.4);
-moz-box-shadow: -1px 0px 8px -2px rgba(128,128,128,0.4);
box-shadow: -1px 0px 8px -2px rgba(128,128,128,0.4);
}


form {
	margin-top:25px;
}
.form-group {
	margin-bottom:8px;
}
.form-control {
	background:#F3F3F3;
	border:1px solid #D6D6D6;
	height:40px;
}
.form-control:focus {
	border-color:#9B1181;
	box-shadow: none;
}
.btn {
	margin-bottom:5px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding:5px;
  background-color: #f5f5f5;
  font-size:13px;
}
.footer p {
	margin-top:10px;
}
.alert-danger { font-size:12px;}
.underline{text-decoration: underline;}