/* =========================================================
   MoveDone Update 082
   Restore original auth header container positioning
   while retaining stable Sign in/Create account width
   ========================================================= */

/*
 * Keep the page width stable when the taller Create account panel causes a
 * vertical scrollbar.
 */
html {
  overflow-y: scroll !important;
  scrollbar-gutter: stable !important;
}

/*
 * IMPORTANT:
 * Do NOT set width/max-width on .header-inner here.
 *
 * auth.html already uses:
 *   <div class="shell header-inner">
 *
 * The global .shell rule is what gives the MoveDone logo and
 * "Back to MoveDone" their correct centred header positions.
 *
 * Update 081 accidentally overrode that with width:100%, which pushed both
 * items to the extreme viewport edges.
 */
.site-header .auth-back {
  margin-left: auto !important;
}
