.login-container {
	text-align: center;
	margin-top: 4%;
}
.login-container img {
	width: 95px;
	margin-bottom: 50px;
}
.login-box {
	max-width: 500px;
	background-color: white;
    border-radius: 11px;
    margin: auto;
    padding-top: 40px;
    position: relative;
}
.form-control {
	background-color: #eee;
	border: none;
}
.form-signin-inner h2 {
	text-align: center;
	font-weight: 400;
	padding-bottom: 5px;
}
.form-group input {
	width: 75% !important;
	margin: auto;
	height: 40px;
}
.form-group {
	margin-bottom: 0;
	margin-top: 0;
	height: 50px;
}
.form-group .submit {
	width: 110px;
	float: none;
	text-align: center;
	margin: auto;
	margin-top: 25px;
}
.form-group.submit-btn-area{
	text-align: center;
}
.form-group .submit input{
	padding: 0;
	background-color: #08526E;
	border: none;
}
.login-footer {
	background-color: #08526E;
	width: 100%;
	margin-top: 70px;
	border-bottom-left-radius: 11px;
    border-bottom-right-radius: 11px;
}
.login-footer .form-group a {
	color: white;
	font-weight: 300;
	line-height: 50px;
}