/* App-local, and deliberately tiny.

   The shared template separates the password field from the Sign in button
   with <div style="height:10px">. This app sends a Content Security Policy of
   style-src 'self', which blocks inline style attributes, so that spacer
   silently collapsed and the button sat flush against the input.

   The gap belongs in a stylesheet either way. keystone-signin.css is
   generated and must never be edited inside an app, so the rule lives here
   instead — loaded after it, overriding nothing. */
.card--signin form .btn { margin-top: 10px; }
