body {
	/* background-image: url("img_bg.jpg"); */
	background-image: url(../images/warehouse.jpeg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
}
html {
	height: 100%;
}
.loginBG {
	/* background-image: url("img_login_bg.png");
	background-repeat: no-repeat;
	background-size: 100%; */
	background-color:white;
}
.loginBtn {
	border-color:#535353 !important; 
	background-color: #535353 !important;
	line-height: 2.428571;
	border-radius: 0px !important;
}
.loginBtn:hover {
	border-color:grey !important; 
	background-color: grey !important;
	line-height: 2.428571;
	border-radius: 0px !important;
}
.loginBtn:active {
	border-color:grey !important; 
	background-color: grey !important;
	line-height: 2.428571 !important;
	border-radius: 0px !important;
}
.loginBtn:focus {
	border-color:grey !important; 
	background-color: grey !important;
	line-height: 2.428571 !important;
	border-radius: 0px !important;
}
.userIcon {
	background: url(../images/ic_user_off.png) no-repeat scroll 7px 7px;
	padding-left:30px;
}
.userIcon:focus {
	background: url(../images/ic_user_on.png) no-repeat scroll 7px 7px;
	padding-left:30px;
}
.pwIcon {
	background: url(../images/ic_password_off.png) no-repeat scroll 7px 7px;
	padding-left:30px;
}
.pwIcon:focus {
	background: url(../images/ic_password_on.png) no-repeat scroll 7px 7px;
	padding-left:30px;
}
.form-control {
	border: 0px;
	border-bottom: 1px solid #c4c4c4 !important;
	border-radius: 0px;
}
.form-control:focus {
	border: 0px;
	border-bottom: 1px solid black !important;
	border-radius: 0px;
}
