/* PodoSpa login page overrides.
   Elastic ships #logo at max-height:100px and pushes it down with
   top:16vh; we double the size and drop it near the top so the form
   sits comfortably below. */
#logo {
    max-height: 220px !important;
    top: 4vh !important;
    opacity: 1 !important;
    margin-bottom: 0 !important;
}

/* Elastic wraps the login form with a big top margin — trim it. */
#login-form {
    margin-top: 1rem !important;
}
form.login-form,
.login-page .login-form {
    margin-top: 0.5rem !important;
}
