.textBox {
	background: white;
	border: 1px solid #000;
	color: #000;
	width: 180px;
	height: 25px;
	font-size: 15px;
	/*padding-left: 165px;*/
	margin-left: 20px;
	/*margin-top: 12px;*/
}

.loginId{
	width:100%;
	position:relative;
	margin:0 auto;
	padding: 8px 30px;
    margin: 70px 160px 0px 0px;
    box-sizing: border-box;
	border:1px solid lightblue;
	background: url("images/man-icon.png") no-repeat;
    background-position: 7px 7px;
    background-repeat: no-repeat;
    background-color:white;
}

.loginPwd{
	width:100%;
	position:relative;
	margin:0 auto;
	padding: 8px 30px;
    margin: 0px 0px 0px 0px;
    box-sizing: border-box;
	border:1px solid lightblue;
	background: url("images/Lock-Lock-icon.png") no-repeat;
    background-position: 7px 7px;
    background-repeat: no-repeat;
    background-color:white;
}

.loginBtn{
	 background-color: #f44336; /* Green */
    border: none;
    color: white;
    padding: 10px 26px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font: 16px verdana,Arial, Helvetica, sans-serif ;
    margin: 4px 2px;
    cursor: pointer;
	border-radius:8px;
}

.ddlBox {
	background: transparent;
	border: 1px solid #fff;
	color: #333;
	width: 171px;
	height: 22px;
	padding-top: 2px;
	font-size: 11px;
	margin-left: 11px;
	margin-top: 6px;
}

.loginPanel {
	width: 800px;
	height: 600px;
	/*background: url("images/retailloginpage.jpg") no-repeat;*/
	background: url("images/ERPLogin.png") no-repeat;
	color: #ffffff;
	font-size: 11px;
}

.loginFlexTable {
	margin-left: 400px;
	margin-top: 320px;
}

.textbox_label {
	color: #000000;
	font: bold 12px arial, tahoma, helvetica, sans-serif;
	width: 70px;
}

.textbox_alert_label {
	color: red;
	font: bold 11px arial, tahoma, helvetica, sans-serif;
}

.trueLoginButton {
	font: bold 15px arial, tahoma, helvetica, sans-serif;
	/*width: 116px;
	height: 40px;*/
	cursor: pointer;
	margin-left:0px;
	width:100px;
}
.trueLoginButton:hover{
	background:#D10000;
}

.contact {
	font: bold 10px arial, tahoma, helvetica, sans-serif;
	text-decoration: underline;
	cursor: pointer;
	color: #ffffff;
}

.separator {
	font: bold 10px arial, tahoma, helvetica, sans-serif;
	text-align: center;
	color: #ffffff;
	width: 14px;
}
.loginlbl {
	margin-top:67px;
	font-family:verdana,Arial, Helvetica, sans-serif ;
	color:white;
	font-weight:bold;
}
.pwdlbl {
	margin-top:0px;
	font-family:verdana,Arial, Helvetica, sans-serif ;
	color:white;
	font-weight:bold;
}
.loginListBox {
	margin-left: 10px;
}
.forget-password {
	width: 100px;
	height: 20px;
	cursor: pointer;
    margin-right:60px;	
}
.companylbl {
	padding-top:65px;
	font-family:verdana,Arial, Helvetica, sans-serif ;
	color:white;
	font-weight:bold;
	font-size:30px;
	padding-right:100px;
}