<%- include('../shared/_head', { title: title, portalCss: '/platform/payer/css/portal.css', bodyClass: 'payer-portal auth-page' }) %>

<div class="auth-shell" style="max-width:440px;text-align:center">
  <h1 style="margin-bottom:var(--space-2)"><%= title %></h1>
  <p class="text-muted" style="margin-bottom:var(--space-5)"><%= message %></p>
  <a href="/payer/dashboard" class="btn btn-secondary">Back to my account</a>
</div>

<%- include('../shared/_foot') %>
