@import 'TC_BlazorCRM.Client.yzbkurzif5.bundle.scp.css';

/* _content/TC_BlazorCRM/Components/Account/Pages/Logintc.razor.rz.scp.css */
html[b-8d9850dlkm], body[b-8d9850dlkm] {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100%;
}

.login-container[b-8d9850dlkm] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    background-color: #f8f9fa;
}

.login-background[b-8d9850dlkm] {
    background-image: url('images/loginbackground_matrix.webp');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh; /* Höhe des Bildes für die gesamte Viewport-Höhe */
    display: flex;
    justify-content: center;
    align-items: center;
}

.login-box[b-8d9850dlkm] {
    background-color: rgba(255, 255, 255, 0.8); /* Hintergrund des Login-Felds leicht transparent */
    width: 400px;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: white;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.login-logo[b-8d9850dlkm] {
    width: 150px;
    margin-bottom: 20px;
}

h1[b-8d9850dlkm] {
    margin-bottom: 20px;
}

button[b-8d9850dlkm] {
    margin-top: 10px;
}
