﻿.jss1 {
    width: 300px;
    height: 90vh;
    display: flex;
    max-width: 300px;
    background: #fff;
    box-shadow: inset -2px 0 2px rgb(0 0 0 / 20%);
    flex-direction: column;
    justify-content: flex-start;
}

.jss2 {
    width: 100%;
    height: 100%;
    display: grid;
    overflow: auto;
    flex-grow: 1;
}

.MuiContainer-root {
    width: 100%;
    display: block;
    box-sizing: border-box;
    margin-left: auto;
    margin-right: auto;
}

.jss3 {
    -webkit-text-size-adjust: 100%;
    font-size: 14px;
    line-height: 1.4;
    box-sizing: inherit;
    border-width: 0;
    border-style: solid;
    font-family: Roboto;
    outline: none !important;
    flex-grow: 1;
    background-size: cover;
    background-image: url(./Images/Backgrounds/Login.jpg);
}

.MuiGrid-wrap-xs-nowrap {
    flex-wrap: nowrap;
}

.MuiGrid-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
}
