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