.overlay-div{
	  display:none;
	  position:absolute;
	  top:35%;
	  left:30%;
	  bottom:30%;
	  right:30%;
	  z-index:1010;

	 }

.overlay-table{
	  width:400px;
	  height:300px;
	  border:1px solid #e9e9e9;
	  background-color:#f5f5f5;
	  align:center;
	  opacity:0.8;
	  filter:alpha(opacity=80);
}

.signin_btn{
/* width:85px; */
border-radius:9px;
background:-moz-linear-gradient(bottom,#eaeaea  3%, #c1c1c1 90%);
background:-ms-linear-gradient(bottom,#eaeaea  3%, #c1c1c1 90%);
background:-o-linear-gradient(bottom,#eaeaea  3%, #c1c1c1 90%);
background: -webkit-linear-gradient(bottom,#29060c 3%, #29060c 90%);
    color: #ffc800;
background-color:#d5d5d5;

}

.login-legend{
  font-family: 'Playfair Display', serif;
  border:1px solid #ffc800;
  text-align:center;
  line-height: 30px;
  border-radius:5px;
  background-color:#29060c;
  height:35px;
  padding-top:0px;
  width:250px;
  color:#fff;
  font-size: 1.2rem;
}

.login-legend.login-fieldset h5{
text-align: center;
    color: #26090c;
    font-size: 22px;
    font-weight: 600;
}

.login-legend.login-fieldset u, li {
    font-size: 14px;
    color: #29060c;
    line-height: 22px;
}
.login-legend.login-fieldset u{
    font-size: 18px;
    color: #26090c;
}

input#memberCode {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

input#pwd {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}
input#otp {
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
}

.login-fieldset{
border-radius:9px;
width:400px;
font-weight: 600;
height:300px;
border:1px solid #ffc800;
color:#29060c;
font-family: 'Playfair Display', serif;
}
.login-fail{
  display:none;
  color:#C82820;
  background-color:#E7928D;
  border:1px solid #C82820;
  height:40px;
  text-align:center;
  font-weight:bold;
  
}

