@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Components/FormContainer.razor.rz.scp.css */
.form-container[b-2obdfoq1x7] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3.75rem 6.125rem;
    background-color: white;
    border-radius: 0.5rem;
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.1);
    max-width: 44rem;
    margin: 10rem auto;
    margin-top: 5rem;
}

.form-container h3[b-2obdfoq1x7] {
    font-size: 2rem;
    line-height: 1.125rem;
    text-align: center;
}

.form-container h4[b-2obdfoq1x7] {
    font-size: 1.25rem;
    line-height: 1.5rem;
    text-align: center;
}
/* /Components/FormGroup.razor.rz.scp.css */
.form-group[b-h7opfbp7qs] {
    margin-top: 1.5rem;
}
/* /Components/Home/DevicesTableView.razor.rz.scp.css */
.station-table[b-gta7d4y1rv] {
    table-layout: fixed;
    width: 100%;
}
/* десктоп */

@media (max-width: 600px) { /* телефон */
    .station-table[b-gta7d4y1rv] {
        table-layout: auto !important;
    }

    .station-table col[b-gta7d4y1rv] {
        width: auto !important;
    }
    /* «отпускаем» колонки */
    .station-table td[b-gta7d4y1rv],
    .station-table th[b-gta7d4y1rv] {
        white-space: normal;
        text-overflow: clip;
    }
}
/* /Layout/TopBar.razor.rz.scp.css */
.appbar-logo[b-deroij8sil] {
    width: 160px;
    height: 40px;
    background: url('/logo_color_h.png') no-repeat left center;
    background-size: contain;
    margin-left: 8px;
}
/* /Pages/Login.razor.rz.scp.css */
