/* /UI/Login/Login.razor.rz.scp.css */
.light-mode .k-input-inner[b-ncx0l7973f]::placeholder {
    color: #9ca3af;
}

.dark-mode .k-input-inner[b-ncx0l7973f]::placeholder {
    color: rgba(255, 255, 255, 0.3);
}
/* Preload styles to prevent layout shift */
.background-overlay[b-ncx0l7973f] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.k-overlay[aria-hidden="true"][b-ncx0l7973f] {
    pointer-events: none;
    outline: none;
}

.logocontainer[b-ncx0l7973f] {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 12px;
    margin-bottom: 6px;
}

.logo-image[b-ncx0l7973f] {
    width: 96px;
    height: 96px;
}

.error-message-multiline[b-ncx0l7973f] {
    white-space: pre-line;
}
