
#password-rule{
    margin-top:20px;
}
#password-rule ul {
    margin-left:0px !important;
    padding-left:0px !important;
}

/*Forgot Pasword Rules*/
#password-rule li {
    font-size:12px;
    padding:3px 10px;
    margin-bottom:3px;
    color: red !important;
    list-style-type: none !important;
    border-radius:3px;
}

#password-rule .valid {
    background: #d4edda !important;
    color: #155724 !important;
}
#password-rule .valid::before {
  content: "\2713";
  margin-right: 5px;
}