ul.arocrypto-pwd-hints-list {
    list-style-type: none;
}
li.arocrypto-pwd-hint {
    margin: 5px 0;
}
li.arocrypto-pwd-hint.hint-ok {
}
li.arocrypto-pwd-hint.hint-ok .fa-li {
    color: green;
}
li.arocrypto-pwd-hint.hint-error {
}
li.arocrypto-pwd-hint.hint-error .fa-li {
    color: red;
}
li.arocrypto-pwd-hint.hint-min_special_chars .special_chars {
    letter-spacing: 3px;
}