input:-webkit-autofill,
input:-internal-autofill-previewed,
input:-internal-autofill-selected,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
input:-webkit-autofill:visited,
input:-webkit-autofill, 
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: black !important;
  -webkit-box-shadow: 0 0 0px 1000px rgba(0, 0, 0, 0) inset !important;
  transition: background-color 5000s ease-in-out 0s !important;
  background-color:#fff !important;
}
.w_50{
width:50% !important;
}
.login-page {
  width: 454px;
  padding: 7px 0 0;
  margin: auto;
}
.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 454px;
  margin: 0 auto;
  padding: 15px 70px;
  text-align: center;
  border: 1px solid #cad5dd;
  border-top: 1px;
  border-bottom: 0px; 
   border-radius: 8px 8px 0px 0px;
	-moz-border-radius: 8px 8px 0px 0px;
	-webkit-border-radius: 8px 8px 0px 0px;
}
.form input {
    font-family: sans-serif;
    outline: 0;
    background: #fff;
    width: 100%;
    /*margin: 0 0 15px;*/
    padding: 0px 5px 0px 47px;
    box-sizing: border-box;
    font-size: 14px;
    border: 1px solid #e0dfdd;
    width: 100%;
	border-radius:4px;
	height: 42px;
}
.form input.invalid{
border: 1px solid red;
}
.form input:focus{
   border: 1px solid #118ff7 !important;
   border-radius: 3px;
}
.form p.required{
margin-bottom:.3rem;
}
.form button {
  font-family: sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #356daa;
  width: 100%;
  border: 0;
  height: 42px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
  border-radius: 4px;
  border: 1px solid #d7d7d7;
}
.form button:hover,.form button:active,.form button:focus {
  background: #2e6096;
}
.form .message {
  margin: 15px 0 0;
  color: #b3b3b3;
  font-size: 12px;
}
.form .message a {
  color: #4CAF50;
  text-decoration: none;
  float:right;
}
.form .register-form {
  display: none;
}
.container {
  position: relative;
  z-index: 1;
  max-width: 300px;
  margin: 0 auto;
}
.container:before, .container:after {
  content: "";
  display: block;
  clear: both;
}
.container .info {
  margin: 50px auto;
  text-align: center;
}
.container .info h1 {
  margin: 0 0 15px;
  padding: 0;
  font-size: 36px;
  font-weight: 300;
  color: #1a1a1a;
}
.container .info span {
  color: #4d4d4d;
  font-size: 12px;
}
.container .info span a {
  color: #000000;
  text-decoration: none;
}
.container .info span .fa {
  color: #EF3B3A;
}
body {
  
/*   background: -webkit-linear-gradient(right, #76b852, #8DC26F);
background: -moz-linear-gradient(right, #76b852, #8DC26F);
background: -o-linear-gradient(right, #76b852, #8DC26F);
background: linear-gradient(to left, #76b852, #8DC26F); */
  font-family: sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; 
}
#bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: top center;
    z-index: -1;
    border-top: 7px solid #01aaad;
}
.hrg_bg{
    background: url(../images/hrg_bg_login.jpg) no-repeat center top fixed ; 
}
.form-row {
	position: relative;
}

.form-label {
	position: absolute;
	top: 10px;
	left: 45px;
	color: #999;
	cursor: text;
	transition: all .15s ease-in-out 0s;
	font-size: 13px;
}
.form-sel-label {
	position: absolute;
	top: -10px;
	right: 10px;
	color: #118ff7 !important;
	background:#fff;
	font-size: 13px;
	transition: all .15s ease-in-out 0s;
}
.form-textbox,
.form-submit {
	width: 100%;
	padding: 20px;
}

.form-textbox:focus ~ .form-label,
.form-textbox:valid ~ .form-label {
  color: #66afe9;
  top: -.7rem;
  background: white;
  font-size:13px;
}
.email_label{
	  /* border: 1px solid #3776fb; */
    padding: 5px;
    border-radius: 5px;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    font-size: 14px;
    color: #bbb7b7;
}
.email_label:hover{
	cursor:pointer;
	color:#3776fb;
	/* border: 1px solid orange; */
}
.logo_holder {
  width: 100%;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.hrg_logo{
    background:url(../images/logo_top.jpg) no-repeat top;
    height: 70px;
}
.edit_user{
    background:url(../images/edit_user.png) no-repeat center;
    width: 16px;
    height: 16px;
    display: inline-block;
    margin-left: 6px;
    cursor: pointer;
	margin-top: 5px;
}
#footer{
  background:#fff; 
  width: 100%; 
  position: fixed; 
  bottom: 0px;  
  padding: 5px 10px; 
  color:#585858; 
  font-size:12px;
  z-index: 999;
  border-bottom: 4px solid #01aaad;
}
.log_footer_text{
  text-align: right;
  float: right;
}
.select-style {
    padding: 0;
    margin: 0;
    width: 100%;
    border-radius: 1px;
    overflow: hidden;
    background-color: #fff;
    background: #fff url("../images/drop_login_arrow.png") no-repeat 96% 50%;	
}

.select-style select {
    padding: 15px;
	cursor: pointer;
    width: 100%;
    color: #999;
	border-radius:3px;
   	border: 1px solid #e0dfdd;
    box-shadow: none;
    background-color: transparent;
    background-image: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

}

.select-style select:focus {
   border: 1px solid #118ff7 !important;
   border-radius: 3px;
   outline:none;
}
.mtop-10{
  margin-top: 10px !important;
}
.mtop-15{
  margin-top: 15px !important;
}
.mbottom-15{
  margin-bottom: 15px !important;
}
.pass_eye_hide{
    width: 16px;
    height: 16px;
    float: right;
    position: absolute;
    right: 10px;
    top: 12px;
    background: url(../images/pass_hide_icon.png) no-repeat;
    cursor: pointer;
}
.pass_eye_show{
  width: 16px;
  height: 16px;
  float: right;
  position: absolute;
  right: 10px;
  top: 20px;
  background: url(../images/unhide_eye.png) no-repeat;
  cursor: pointer;
  margin-top: -8px;
}
.no_mar{
	margin:0px !important;
}
.select-style .form-label{
	top: -.1em;
    font-size: 14px;
    color: #66afe9;
    background: white;
	position:absolute;
	transition-property: top;
	transition-duration: 1s;
	transition-delay: 1s;
}
.width_50{
  width: 50%;
  float: left;
}
.width_30{
  width: 30%;
  float: left;
}
.width_70{
  width: 70%;
  float: left;
}
.width_100{
  width: 100%;
  float: left;
}
.login_alert{
  background: url(../images/alert.png) no-repeat;
  width: 15px;
  height: 15px;
  float: left;
}
.alert_text{
  font-size: 12px;
  color: #fe0000;
  text-indent: 5px;
  float: left;
}

/**02-may-2019 for login input and dropdown merge**/
.w_65{
width:62% !important;
float: left;
}
.w_35{
width:38% !important;
float: left;
}
.n_b{
	border: none !important;
}
.input_merge {
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	height: 42px;
	background: url(../images/user_bg.jpg) no-repeat left transparent;
}
.dropdown {
    padding: 3px;
    margin: 0;
    background: #fff;
    color: #999;
    outline: none;
    display: inline-block;
    cursor: pointer;
    height: 40px;
    /*background: url(../images/drop_login_arrow.png) no-repeat transparent 97%;*/
    border: 1px solid #cfcfcf;
	font-size:13px;
	width: 100%;
}
.form input.no_f:focus {
   border: none !important;
 }
.form input.no_f{ 
	height: 40px;
	font-size: 13px;
	background: url(../images/user_bg.jpg) no-repeat left transparent;
}

.login_footer_bg{
	height: 36px;
	width: 454px;
	background: #e5f2f8;
	float: left;
	 border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border: 1px solid #cad5dd;
	border-top: 0px;
	text-align: center;
	line-height: 35px;
	font-size: 12px;
	-webkit-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.7);
-moz-box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.7);
box-shadow: 0px 5px 10px -2px rgba(0,0,0,0.7);
}
.custom_bg{
	height: 40px;
	font-size: 13px;
	background: url(../images/user_bg.jpg) no-repeat left transparent;
	border: 1px solid #d7d7d7;
	border-radius: 4px;
	width: 100%;
	padding-left: 47px;
	line-height: 30px;
}
.right{
	float: right;
}
.form-textbox.pass_bg{ 
	height: 40px;
	font-size: 13px;
	background: url(../images/pass_bg.jpg) no-repeat left transparent;
}
.login_logo_bg{
	height: 82px;
	width: 454px;
	background: #fff;
	float: left;
	 border-radius: 0px 0px 8px 8px;
	-moz-border-radius: 0px 0px 8px 8px;
	-webkit-border-radius: 0px 0px 8px 8px;
	border: 1px solid #cad5dd;
	border-top: 0px;
	text-align: center;
}
.left{
	float: left;
}
.mtop-3{
	margin-top: 3px;
}
.mbottom-4{
	margin-bottom: 4px;
}
.alert_text_center {
    font-size: 12px;
    color: #fe0000;
    text-indent: 5px;
}



/* otp*/
.otp_a_nw{
	font-size: 11px;
    position: absolute;
    right: 10px;
    top: 12px;
    text-decoration: none;	
}
.form-textbox.otp_bg{ 
	height: 40px;
	font-size: 13px;
	background: url(../images/otp_bg.jpg) no-repeat left transparent;
}
.otp_txt{
	font-size: 12px;
    color: #639f4f;	
}
.mtop-5{
  margin-top: 5px !important;
}
/* for OTP */

input:-internal-autofill-selected