.passwdreq ul {
    margin-left: 0;
}

.passwdreq ul li {
    color: #626262;
    font-size: 14px;
    line-height: 20px;

    list-style: none;
    padding-left: 1.8rem;

    background-image: url(icon-unchecked.svg);
    background-position: top 4px left;
    background-size: 1.2rem;
    background-repeat: no-repeat;
}

.passwdreq ul li.checked {
    background-image: url(icon-checked.svg);
}