#password-requirements {
    padding-left: 0;
    margin: 0.5rem 0 0;
    list-style: none;
}
#password-requirements li {
    color: #888 !important;
}
.password-req {
    font-size: 13px;
    transition: color 0.2s ease;
    margin-bottom: 2px;
}
.password-req.met {
    color: #33ff14 !important;
}
.password-req.unmet {
    color: #888 !important;
}
.req-icon {
    display: inline-block;
    width: 16px;
    font-weight: bold;
}
