html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #FCFCFC;
}
.navbar {
	min-height: 50px;
	background-color: #438EB9;
	border-radius: 0;
	border: 0;
}
.navbar-brand {
	float: none;
}
.navbar-heading {
	margin: 0!important;
}
.navbar-heading .navbar-brand {
	color: #fff;
	font-size: 24px;
	height: 50px;
	line-height: 50px;
	text-decoration: none;
}
.navbar-heading .navbar-brand img {
	position: relative;
	right: 5px;
	top: -2px;
	height: 36px;
	border-radius: 3px;
	opacity: .9;
	filter: alpha(opacity=90);
}
.login-container {
	margin-top: 5%;
	margin-left: auto;
	margin-right: auto;
	width: 21%;
	min-width: 250px;
}
.login-container .title {
	margin-bottom: 25px;
	text-align: center;
}
.login-container .form-group {
	position: relative;
	margin-bottom: 25px;
}
.login-container .form-control {
	padding-left: 32px;
}
.login-container .form-group i {
	position: absolute;
	left: 8px;
	top: 6px;
	font-size: 20px;
	opacity: .8;
	filter: Alpha(opacity=80);
}

.btn-login {
	padding: 6px 12px;
	color: #fff;
	background-color: #438EB9;
	border-radius: 4px;
	font-weight: 400px;
	font-size: 16px;
	text-align: center;
	vertical-align: middle;
	line-height: 1.42;
	letter-spacing: 10px;
	border: 1px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.btn-login:hover {
	opacity: .9;
	filter: Alpha(opacity=90);
}
.checkerbox {
	position: relative;
	display: inline-block;
	top: -1px;
	color: #32a3ce;
	margin-right: 10px;
	background-color: #fafafa;
	border: 1px solid #c8c8c8;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	box-shadow: 0 1px 2px rgba(0,0,0,0.05);
	border-radius: 0;
	text-align: center;
	vertical-align: middle;
	height: 1.2em;
	line-height: 1.2em;
	width: 1.3em;
}
.checkerbox.checked:before {
	display: inline-block;
	font-family: 'FontAwesome';
	font-style: normal;
	font-weight: 400;
	content: "\f00c";
	background-color: #f5f8fc;
	border-color: #adb8c0;
}
.navbar-brand img {
    height: 42px;
    width: 145px;
}