/**
 * Basic stylesheets shared between secured and public parts of the web.
 */

/* Password rules */
.password-change-form ul.rules {
    list-style-type: none;
    /*margin: 10px 0 0;*/
    padding-left: 0;
}

.password-change-form ul.rules li {
    padding: 5px;
}

.password-change-form ul.rules li span.result {
    padding-right: 5px;
    width: 20px;
    display: inline-block;
    text-align: center;
}
/* / */
