/* Extracted inline styles from pages/login.html */

html {
    min-height: 100%;
    background: #2563EB;
}

body {
    background: transparent !important;
    isolation: isolate;
}

body::before {
    content: '';
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background: linear-gradient(135deg, #3B82F6 0%, #2563EB 100%);
}

.login-logo-img {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    vertical-align: middle;
}
