[login-page] add semantic classes

This commit is contained in:
Prateeksha Singh 2018-08-01 18:20:07 +05:30
parent 2d5bb3468e
commit 71d4b807ce

View file

@ -51,11 +51,11 @@
</div>
{%- if not disable_signup -%}
<p class="text-center">
<p class="text-center sign-up-message">
<a href="#signup" style="margin-top: -2px;">{{ _("Don't have an account? Sign up") }}</a>
</p>
{%- endif -%}
<p class="text-center">
<p class="text-center forgot-password-message">
<a href="#forgot">{{ _("Forgot Password?") }}</a></p>
</div>
</section>