/*--------styles for reset password---------*/

.password-reset-banner{
    height:inherit;
    float:left;
    width:100%;
    background:rgba(0,0,0,.05);
}
.reset-email-form, .reset-pwd-form{
    margin:50px 0px 60px 0px;
    padding:50px 50px;
    height:auto;
    width:100%;
    background:#fff;
    box-shadow:0px 0px 10px 0px rgba(0,0,0,.2);
}
.reset-email-form h4, .reset-pwd-form h4{
    color:#007bff;
    font-family:PlayfairDisplay-Regular;
}
.reset-email-form p, .reset-pwd-form p{
    font-size:13px;
    color:rgba(0,0,0,.7);
}
.reset-pwd-form ul{
    font-size:13px;
    list-style:none;
}
.reset-pwd-form ul li{
    color:#b8844f;
}
#reset_email_user_form input{
    border:1px solid rgba(0,0,0,.7);

}
#reset_email_user_form label{
    color:rgba(0,0,0,.7);
    font-size:15px;

}
#reset_email_btn, #reset_pwd_btn{
  background:#007bff;
  color:azure;
  border:none;
  height:40px;
  width:100px;
  margin-top:;
  font-size:13px;
  cursor:pointer;
}
#reset_email_btn:hover, #reset_pwd_btn:hover{
  background:#0262c9;
}
#reset_email_btn:focus, #reset_pwd_btn:focus{
    outline-width:0px;
}

#reset_pwd_user_form input{
    border:1px solid rgba(0,0,0,.7);
    margin-bottom:20px;
    height:30px;
    width:100%;
}

.label_pwd,
.label{
  line-height:0.1;
}
.label_pwd span, 
.label span{
  display: inline-block;
  position: relative;
  left:20px;
  color:rgba(0,0,0,.8);
    font-size:15px;
    padding:0px;
}
.label_pwd span:before,
.label span:before{
    content: "";
  position: absolute;
  height: 10px;
  border-top: 1px solid rgba(0,0,0,.8);
  border-left: 1px solid rgba(0,0,0,.8);
  border-top-left-radius:5px;
  top: 4px;
  left:-25px;
  width: 18px;
}
.label_pwd span:before,
.label span:before{
  right: 100%;
  margin-right: 15px;
}

/*-------------------------------------------*/