Display login note in div
by tomarriola
HTML
<div style="background-color: #191919; border-left: 4px solid #ffff00; padding: 18px 22px; margin: 20px 0; font-family: 'IBM Plex Sans', -apple-system, BlinkMacSystemFont, sans-serif; font-size: 14px; line-height: 1.6; color: #ffffff; border-radius: 0 4px 4px 0; text-align: left; box-shadow: 0 2px 8px rgba(0,0,0,0.15); max-width: 100%;">
<strong style="color: #ffff00; font-size: 15px; display: block; margin-bottom: 6px;">Note: Are you a returning user?</strong>
<span style="display: block; margin-bottom: 8px; color: #e1e1e1;">Is this your first time logging into the new site?</span>
<span style="font-weight: 600; color: #000000; background-color: #ffff00; display: inline-block; padding: 3px 8px; border-radius: 3px; margin: 4px 0 8px 0; word-break: break-word;">You may need to log in twice, but only this time.</span>
<span style="display: block; margin-top: 4px; color: #e1e1e1;">After that, you’ll just log in once as usual.</span>
</div>