/*
 * account-layout.css
 * Loaded only by Views/Account/_Layout.cshtml.
 * Overrides the global Site.css `body { background-color:#f6f6f6 }` to white for
 * account pages (sign in / sign up / etc.). Scoped to this layout by load target,
 * so it must NOT be added to any global bundle.
 */
html,
body {
    background-color: #fff;
}
