html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}
.logon-left-image {
    background-image: url('../images/alienfence-login-screen.png');
    background-size: cover;
    background-position: right; /* Resmin merkezde olmasını sağlar */
    width: 100%;
    height: 100%;
}
.left-image {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center; /* Dikeyde ortalar */
    justify-content: right; /* Yatayda ortalar */
}

.header-logo {
    background-image: url('../images/alienfencelogoyatay.png');
    width: 180px;
    height: 24px;
    /* ... */
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}
.custom-login-page {
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-login-image {
    flex: 1;
    background-image: url('../images/alienfence.jpg');
    background-size: cover;
    background-position: right;
    height: 100vh;
}

.custom-login-form {
    flex: 1;
}
.dx-blazor-scrollable.dx-scrollable-horizontal .dx-scrollable-content {
    overflow-x: auto !important;
}
