
/* password validation css */
.pwchk i.bi-x-circle {
    color: #900;
}

.pwchk i.bi-check-circle {
    color: #090;
}