html,
body {
	margin:0;
	padding: 0;
	background-image: url(../img/bg_dark.png);
}
body {
	min-height: 100%;
	padding-top:51px;
	padding-bottom: 60px;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}
h2 {
	font-size: 19px;
	font-weight: bold;
}

#login{
	position: relative;
	margin:25% auto 0 auto;
	width: 300px;
	background-color: #B1B4A7;
	color:white;
	overflow: hidden;
	border-radius: 10px;
	box-shadow: 0px 0px 2px 1px #eee;
	padding: 30px 30px 30px 30px;
	background: #3e3e3e;
	background: -moz-linear-gradient(top, #3e3e3e 0%, #8c8c8c 50%, #3e3e3e 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3e3e3e), color-stop(50%,#8c8c8c), color-stop(100%,#3e3e3e));
	background: -webkit-linear-gradient(top, #3e3e3e 0%,#8c8c8c 50%,#3e3e3e 100%);
	background: -o-linear-gradient(top, #3e3e3e 0%,#8c8c8c 50%,#3e3e3e 100%);
	background: -ms-linear-gradient(top, #3e3e3e 0%,#8c8c8c 50%,#3e3e3e 100%);
	background: linear-gradient(to bottom, #3e3e3e 0%,#8c8c8c 50%,#3e3e3e 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3e3e3e', endColorstr='#a1dbff',GradientType=0 );
}
#login .alert {
	position: absolute;
	top: 50%;
	left: 23px;
}
#login .login-header{
	margin-bottom: 10px;
}
#login .btn{
	width: 100%;
}
.btn.btn-default{
	margin-top: 25px;
	background-color: #D6D6D6;
}