html{height:100%}
.login-page{
	min-height:100%;
	background: #59c5ff no-repeat;
	background: -moz-linear-gradient(top, rgba(15,66,121,1) 0%, rgba(89,197,255,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(15,66,121,1)), color-stop(100%, rgba(89,197,255,1)));
	background: -webkit-linear-gradient(top, rgba(15,66,121,1) 0%, rgba(89,197,255,1) 100%);
	background: -o-linear-gradient(top, rgba(15,66,121,1) 0%, rgba(89,197,255,1) 100%);
	background: -ms-linear-gradient(top, rgba(15,66,121,1) 0%, rgba(89,197,255,1) 100%);
	background: linear-gradient(to bottom, rgba(15,66,121,1) 0%, rgba(89,197,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0f4279', endColorstr='#59c5ff', GradientType=0 );
	margin:0 auto;
	padding-top:25px;
}
.bg-blue{background-color:#0f4279 !important}
.col-blue{color:#0f4279 !important}
.block-header h2{font-size:22px;font-weight:700}
.navbar-brand{padding:0;padding-left:15px;}
.navbar-logo{width:50px;}
.sidebar .user-info{height:auto}
.sidebar .user-info .info-container{top:0}
.form-group{margin-bottom:0 !important}
.btn.small {padding: 2px 4px;}
.btn.small i{font-size:16px !important;}
.btn.big i{font-size:25px !important;}
.btn.big span{line-height:28px;}
.badge.small{font-size:10px;}
.table-bordered tbody tr td, .table-bordered tbody tr th{padding:2px 10px;}
