/* Ambassador Portal sign-in — page-specific only. Shared layout, inputs and
 * breakpoints live in ../_css/ambassadors.css. Never edit the brand CSS. */

.portal-login { max-width: 26rem; }

#login-form { display: flex; flex-direction: column; gap: 0.75rem; }
#login-form .btn-primary { margin-top: 0.5rem; }

.sent { display: flex; flex-direction: column; gap: 0.75rem; }
.sent .btn-secondary { align-self: flex-start; }
