{% extends 'emails/layout/base.html.twig' %}

{% block body %}
<p style="margin:0 0 16px 0; font-size:16px; line-height:1.55; color:#1F2933;">
    {{ 'email.greeting'|trans }},
</p>

<p style="margin:0 0 16px 0; font-size:16px; line-height:1.55; color:#1F2933;">
    {{ 'email.loginCode.intro'|trans }}
</p>

<table role="presentation" border="0" cellpadding="0" cellspacing="0" width="100%" style="margin:20px 0;">
    <tr>
        <td align="center" style="padding:20px; background-color:#F7F9FC; border:1px solid #E2E6EC;">
            <p style="margin:0 0 8px 0; font-size:13px; font-weight:bold; color:#5B6777;">
                {{ 'email.loginCode.label'|trans }}
            </p>
            <p style="margin:0; font-size:32px; line-height:1.2; font-weight:bold; letter-spacing:4px; font-family:Consolas, 'Courier New', monospace; color:#0B1F3A;">
                {{ code }}
            </p>
        </td>
    </tr>
</table>

{% include 'emails/components/_security.html.twig' with { text: 'email.auth.security'|trans } %}
{% endblock %}
