/* Login page chrome. Extracted from _LayoutLogin.cshtml. */

body {
    background: linear-gradient(135deg, #e8edf2 0%, #d5dce6 50%, #c2cdd9 100%);
    min-height: 100vh;
}

/* Brand mark above the sign-in form. Capped by height so the square logo does
   not dominate the card on small screens. */
.login-logo {
    height: 110px;
    width: auto;
    max-width: 100%;
}

@media (max-width: 575.98px) {
    .login-logo {
        height: 88px;
    }
}
