﻿/*Default*/

body {

}

.container {
    display: flex;
    height: 100vh;
}

.left-side, .right-side {
    flex: 1;
}

.left-side {
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.table-container {
    margin-top: 25vh;
    margin-left: 40px;
    margin-right: 40px;
}

.right-side {
    overflow: hidden;
    position: relative;
}

.image-selection img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

.auto-style40 {
    left: -1px;
    top: -1px;
}

.login {
    padding-top: 10px;
    font-family: 'Noto Sans', sans-serif;
}

.LoginButton {
    background-color: #3366CC;
    border: none;
}

.LoginButton:hover {
    background-color: rgb(51 102 204 / 0.82);
}