﻿body {
}
.login-image-container {
    background-image: url('https://imagetolink.com/ib/n81a2LbDMN.png');
    width: 100%;
    height: 80vh;
}

.login-text-container {
    width: 100%;
    height: 80vh;
}

.login-text {
    color: white;
}

.button {
    background: #2F1847;
    color: white;
}
.content-container {
    padding: 40px;
    background-color: #f0f0f0;
    height: 100vh;
    overflow-y: auto;
}
.mobile-table{
    display: none;
}
@media (max-width: 600px) {
    .login-image-container {
        height: 100%;
        padding:10px;
    }
    ..login-text{
        text-align:center;
    }
    .login-text-container {
        height: 93vh;
        border-radius: 30px 30px 0 0;
    }
    .container{
        display: none;
    }
    .content-container{
        padding: 0;
        padding-top: 20px;
    }
    .mobile-table{
        display: contents;
    }
    .item {
        background-color: #E0E0E0;
        border-radius: 10px;
    }
}
.mud-table-root .mud-table-head .mud-table-cell {
    color: var(--mud-palette-text-primary);
    font-weight: 600;
    line-height: 1.5rem
}
