@CHARSET "ISO-8859-1";

* {
	font-family: "Helvetica Neue",Arial,"Noto Sans",sans-serif;
}

.loginContent {
	float: left;
	position: relative;
	width: 90%;
	padding-top: 5%;
	/*background: url('../Images/section_bckg.jpg');*/
	/*background:#D7E9E9; /* Light blue */
}



/*#allErrorsLogin {
	background:#F3F3F3; 
	color:#CE2029; 
<<<<<<< HEAD
		border-top:0.1em solid #dedede;
		width:350px; 
	margin-top: -0.5em;
		height:2em;
||||||| 3f05693
	border-top:0.1em solid #dedede;
	width:350px; 
	margin-top:-0.5em;
	height:2em;
=======
		border-top:0.1em solid #dedede;
		width:300px; 
	margin-top: -0.5em;
		height:2em;
>>>>>>> 8e07e62b8b1a6c9284b8e65e075ab929abc3f94a
	font-size: 0.9em;

	background-color:gray;

	border:1px solid black;	

}*/

#allErrorsLogin ul {

	list-style: none;
	margin-left: -3em;
	margin-right: 4em;
}

div.section1 {
	
	/*margin-top:-1em;*/
}

.alert-danger {
	margin-top: 0px;
}

.login-error {
	clear: both;
	width: 100%;
	margin-left: 0.6em;
}


div.section2 {
	clear: both;
	width: 100%;
	margin-left: 0.6em;
	margin-top: 1em;
}

div.section1 label {
	padding-top: 1em;

	line-height: 1.75em;
	clear: left;
	width: 5.5em;
	float: left;
	display: block;
	font-family: verdana;
	/*font-size: 0.9em ;*/
	/*color :#666666;*/
}

div.section1 input[type='text'] {
	/*margin-top:1.15em;*/
	/*display:block;*/
	/* background-color:#efefef;*/
	border: 1px solid #cccccc;
	/* height:1.5em;*/
	/*margin-left:0.9em;*/
}

div.section1 input[type='password'] {
	/*margin-top:1.15em;*/
	/* background-color:#efefef;*/
	border: 1px solid #cccccc;
	/*height:1.5em;
  margin-left:0.9em;*/
}

div.section1 input[type='submit'] {
	/*margin-top:-3em;*/
	/*margin-right:2.5em;*/
	/*margin-top:1em;*/
	position: relative;
/*	float: right;*/
	margin-left: 0.7em;
	width: 6em;
	height: 2.5em;
}

.rememberMeChkBox {
	position: relative;
	/*
	float:left;*/
	/*	width:11em;*/
	/*	height:2em;*/
	padding-left: 0.7em;
	padding-top: 0.9em;
	font-size: 0.9em;
	display: flex;
	justify-content: space-between;
}

.rememberMeChkBox label {
	position: relative;
	/*float:left;
	width:8em;*/
}


.forgotPwd {
	/*width:10em;*/
	margin-top: 0.7em;
	margin-left: 0.9em;
}

/*.userNameImg
{
	height:1.4em;
	width:1em;
	float:left;
	margin-top:1.2em;
	margin-left:0.3em;
}*/

.userNameImg img {
	border: 1px solid #cccccc;
}

.hSeperator {
	border-bottom: 2px dotted #b2b0af;
	margin-top: 0.2em;
	margin-left: 0.3em;
	width: 92%;
}


.custom-password-eye-login {
	position: relative;
	top: 0px;
	cursor: pointer;
	background: none;
	margin-left: -29px;
	margin-right: 3px;
	border: none;
	z-index: 101;
}
.password-field-with-eye-login {
	padding-right: 30px;
}

