body{
	background-color: #fff !important;
}
.login-box{
	width: 500px;
	margin: 6% auto;
}
.login-box-body{
	border: 1px solid #e4e4e4;
	box-shadow: 5px 6px 5px #e4e4e4;
	color: #666;
	opacity: 0.92;
	padding: 5%;
	background: #fff;
	display:inline-block;
	width:100%;
}
.login-logo {
	font-size: 35px;
	text-align: center;
	margin-bottom: 25px;
	font-weight: 300;
}
.login-box-msg{
	margin: 0;
	text-align: center;
	padding: 0 20px 20px 20px;
}
#securityMessage {
	max-height: 80px;
	overflow: hidden;
	margin-bottom: 3px;
	word-wrap:break-word;
	padding:0 10px;
}
.securityMessage, #securityMessage {
	color: #333;
	clear:both;
}
.form-group {
	margin-bottom: 15px;
}
.has-feedback {
	position: relative;
}
.pull-right {
	float: right !important;
}

.btn-primary {
	background-color: #01a982;
	border: 0.5px outset #01a982;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 10px;
}
.btn {	
	font-size: 1.2rem;
}
.form-control{
		height: 44px !important;
		font-size: 16px !important;
		background-color: #fff;
}
h4{
	font-weight:bold;
}
.login-page{
	background-repeat: no-repeat;
	background-position:center;
	height:100%;
}

@media only screen and (min-width:700px) and (max-width:1024px){
	.login-page{
		background-image: url("../img/login_hero.png");		
	}	
}
@media only screen and (min-width:1025px) and (max-width:1280px){
	.login-page{
		background-image: url("../img/login_hero_1280.png");	
	}	
}
@media only screen and (min-width:1281px){
	.login-page{
		background-image: url("../img/login_hero_1900.png");	
	}	
}
.appVersion{
	font-weight:400;	
}
.appName{
	padding-right:10px;
	font-size:22px;
}
