- <p>{% trans %}Your password is updated and an account recover message has been sent{% endtrans %}</p>
- {% elseif notfound %}
- <p>{% trans %}Unable to find account{% endtrans %}</p>
+ <p class="notice">{% trans %}Your password is updated and an account recover message has been sent{% endtrans %}</p>
+ {% elseif not found %}
+ <p class="error">{% trans %}Unable to find account{% endtrans %}</p>