Display important login message

by tomarriola

HTML

<div style="background-color: #fff9f5; border: 1px solid #ff6600; padding: 18px 24px; margin: 20px 0; border-radius: 6px; line-height: 1.6; font-size: 14px; color: #191919; max-width: 600px;">
    <span style="display: block; font-weight: bold; color: #ff6600; font-size: 15px; margin-bottom: 6px;">Important Log In Note</span>
    Are you a returning user? Is this your first time logging into the new site? You may need to log in twice, but only this time. After that, you’ll just log in once as usual.
</div>