/* LOGIN */
body {
	padding-top: 60px;
	/*
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
	overflow: -webkit-scrollbars-vertical;
	overflow: -o-scrollbars-vertical;
	*/
}

.navbar-height{
	height:55px !important;
}

.navbar .brand {
	padding: 10px 20px 12px;
	margin-top:10px;
	margin-left: -20px;
	font-size: 13px !important;
	font-weight: 100 !important;
	line-height: 1;
	color: #fff;
	background: #3F4551;
	border-radius: 3px;
}

a:hover.brand{
	background: #5d6677;
	color:#ddd;
}

.company-logo{
	margin-top: 8px;
	margin-left: 8px;
}


.form-login{
	background:#FFF;
	min-height:200px;
}

.login-form{
	width:400px;
	height:300px;
	margin: 20px auto;
}

.in-width{
	width:330px;
}

.f-login{
	border: 1px solid #ddd;
	padding: 20px 30px;
}

.h-large {
	height: 32px !important;
}

.b-grey{
	background:#fefefe !important;
}

.b-grey:focus{
	background:#fff !important;
}

.lb-name{
	font-size:15px;
}

.btn-login{
	border-radius:2px !important;
	padding:10px 20px;
	font-size:18px;
}

.footer-bottom{
	background:#fdfdfd;
	min-height:100px;
	width:auto;
	border-top:1px solid #eee;
	padding-top: 20px;
}

.footer-bottom p {
	text-align:center;
	font-size: 11px;
}