:root {
    --x: 0;
    --y: 0;
}

body {
    margin: 0;
    text-align: center;
    /* font-family: Consolas, monaco, monospace;  */
    font-family: Verdana, Geneva, sans-serif;
    font-size: 2vh;
    /* overflow: hidden; */
}

#mainContainer {
    position: absolute;
    top: 15%;
    bottom: 15%;
    z-index: 1;
    width: 100%;
    background-color: lightgrey;
    border-bottom: 3px solid black;
}

p {
    line-height: 1em;
}

#orgWelcome {
    margin-top: 3vh;
    font-size: 3vh;
    color: #215B33;
}

#footer {
    position: absolute;
    top: 85%;
    bottom: 0%;
    width: 100%;
    background-color: white;
    z-index: 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}

.footerSection {
    /* background-color: red; */
    width: 20em;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
    line-height: 0;
}

#formContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 25%;
    transform: translate(0, -30%);
}

#formLogo {
    height: 100%;
    margin-right: 3%;
}