@charset "ISO-8859-1";

.rule_ok {
    background: url('../../img/newPasswordPolicy/ok_state.svg');
    height: 13px;
    width: 13px;
    display: inline-table;
    /* Other styles here */
}

.rule_error {
    background: url('../../img/newPasswordPolicy/error_state.svg');
    height: 13px;
    width: 13px;
    display: inline-table;

}

.default_state{

    background: url('../../img/newPasswordPolicy/default_state.svg');
    height: 13px;
    width: 13px;
    display: inline-table;
}