.form-signin {
	max-width: 400px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
	padding: 15px;
	margin: 0 auto;
}

.form-signin .form-signin-heading, .form-signin .checkbox {
	margin-bottom: 10px;
}

.form-signin {
	font-weight: normal;
}

.form-signin .form-control {
	position: relative;
	height: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 10px;
	font-size: 16px;
}

.form-signin .form-control:focus {
	z-index: 2;
}

.form-signin input[type="text"] {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.company-header {
	max-width: 100%;
	padding: 15px;
	margin: 0 auto;
}

.checkbox {
	color: #eaa200;
	text-align: center;
}

.company-logo {
	position: relative;
	text-align: center;
}

.nav-user-photo {
	width: 50px;
	height: 50px;
	border-radius: 100%;
	border: 2px solid #FFF;
}

.title-left {
	display: block;
	line-height: inherit;
	text-align: center;
	height: 100%;
	width: auto;
	min-width: 50px;
	padding: 0 8px;
	position: relative;
}

.user-info {
	width: auto;
	font-size: 28px;
}