body {
    background-color: #e8e9ea;
}

#login-box {
    height: 40dvh;
    width: auto;
    aspect-ratio: 1;
    background-color: white;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    padding: 10px;
}

#logo {
    height: 10dvh;
    width: auto;
    margin: auto;
    display: block;
}

h2 {
    width: 100%;
    text-align: center;
}

form {
    width: fit-content;
    margin: auto;
    display: block;
}

input[type="submit"] {
    width: 100%;
}

#splash-message {
    text-align: center;
    color: red;
    width: 100%;
    display: block;
}

#navigate-top {
    height: 10%;
    width: 100%;
}

#navigate-bottom {
    height: 90%;
    width: 100%;
}

.navigate-tiles {
    box-sizing: border-box;
    width: 50%;
    height: 50%;
    float: left;
    padding: 10px;
}

.navigate-tile-wrapper > img {
    height: 50%;
    width: auto;
    margin: auto;
    display: block;
}

.navigate-tile-wrapper {
    display: flex;
    height: 85%;
    width: 100%;
    justify-content: center;
}

.navigate-logo {
    height: 100% !important;
}

.navigate-tile-text {
    width: 100%;
    margin: 0;
    height: 15%;
    text-align: center;
}

a {
    text-decoration: none;
    color: black;
}