<form>
<b>Please log in.</b><br />
<input type="text" placeholder="username" size="40" />
<br />
<input type="password" placeholder="password" size="40" />
<br />
<button>Login</button>
</form>
<p><b>Goal:</b> the dashed purple outline should touch the right side of the username/password fields and, as a side effect, the right edge of the login button should be aligned with the right side of those fields</p>