<body style="font-family: tahoma; font-size: 13px; line-height: 20px; background-color: #f5f5f5; padding: 50px;">
    <div style="margin: 0 auto; max-width: 500px; padding: 20px; background-color: white;">
        <hr />
        <div>Hi {{name}},</div>
        <br />
        <div>We just need to verify your email address before you can access
            <span style="font-weight: bold; color: rgb(252,127,4)">Impact Life Solutions</span>, click the button below to
            verify and set your own password.
        </div>
        <br />
        <div>
            <a href="{{url}}" style="cursor: pointer">
                <button
                    style="width: 100%; padding: 10px 0; font-weight: bold; font-size: 15px; background-color: rgb(252,127,4); outline: none; border: none; color: white; cursor: pointer; border-radius: 3px">Set
                    My Password</button>
            </a>
        </div>
        <br />
        <p style="font-style: italic">*Please take action to verify your account within 3 days before the verification expires. Do notify us if
            you fail to verify your account.</p>
        <br />
        {{> signature}}
    </div>
</body>