﻿body {
    background-color: #365E32;
    color: white;
    font-family: 'MV Boli';
    font-size: 20px;
}

.LoginForm {
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 5%;
}

.LoginFormElements {
    align-items: center;
    display: flex;
    flex-direction: column;
    margin-top: 10%;
    gap: 20px;
}

.loginButton {
    color: white;
    background-color: #FD9B63;
    border: 1px solid white;
    border-radius: 5px;
    padding: 5px 10px 5px 10px;
}

.user-icon {
    width: 50px;
    height: 50px;
}
