#login{
    background-color: #eeeeee;
    height: fit-content;
    width: 75%;
    border: groove;
    padding-bottom: 10px;
}

#loginView{
    margin-top: 2.5%;
    background-color: white;
    height: fit-content;
    width: 60%;
    border: groove;
    border-radius: 5px;
    text-align: center;
    margin-bottom: 2.5%;
}

#loginForm{
    padding:10px;
    margin-top: 2.5%;
    margin-bottom: 2.5%;
    background-color: #acacac;
    height: fit-content;
    width: 95%;
    border-radius: 5px;
    text-align: center;
}