ul.valid-password {
    margin-top: 8px;
    font-size: 14px;
    line-height: 24px;
    list-style: circle;
    list-style: none;
    text-align: left;
}
.valid-password li {
    font-weight: 300;
}
li.valid {
    color: green;
    list-style: none;
}