<html>
  <body style="background: #fafafa">
    <style>
      .button:hover {
        background: #F07911 !important;
      }
      .button:active, .button:focus {
        box-shadow: 0 0 0 !important;
        margin: 2px 4px -2px 10px !important;
      }
    </style>
    <div style="font: normal normal 400 14px Roboto, Noto, 'Helvetica Neue', Helvetica, Arial, sans-serif; background: #fafafa; color: #212121">
      <p style="margin: 8px"><strong style="color: #757575">{{providerName}}</strong></p>
      <h1 style="margin: 8px; font-size: 36px; color: #e65100">
        Verify your e-mail address
      </h1>
      <p style="margin: 8px">Great! You're almost done setting up your new {{providerName}} account.</p>
      <p style="margin: 8px">All that's left is to <a href="{{verifyURL}}" class="button"
        style="display: block; display: inline-block; outline: none; width: 200px; text-align: center; margin: 0 8px; padding: 12px; box-shadow: 2px 2px 2px #757575; border-radius: 2px; -webkit-border-radius: 2px; background: #E37719; color: #fff; text-decoration: none; font-weight: 600">
        Verify your e-mail address</a></p>
      <p style="margin: 8px; font-size: 12px">If you don't see a link above, paste the following URL into your browser: {{verifyURL}}</p>
      <p style="margin: 8px; font-size: 12px">This e-mail was addressed to {{email}}</p>
    </div>
  </body>
</html>
