<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>
            Someone recently requested a password change for your <span style="font-weight: bold; color: #597ef7">Impact Life Solutions</span> member account. 
            If this was you, you can set a new password here:
        </div>
        <br />
        <div>
            <a href="{{url}}" style="cursor: pointer">
                <button style="width: 100%; padding: 10px 0; font-weight: bold; font-size: 15px; background-color: #597ef7; outline: none; border: none; color: white; cursor: pointer; border-radius: 3px">
                    Reset My Password
                </button>
            </a>
        </div>
        <br />
        <p style="font-style: italic">If you don't want to change your password or didn't request this, just ignore and delete this message.</p>
        <br />
        {{> signature}}
    </div>
</body>