.home {
    display: inline-block;
    width: 2em;
}
.home svg {
    height: 1.5em;
    color: #124477; 
}

main {
    margin: 100px auto 0;
    //max-width: 1024px;
    font-size: 14px;
}

main h1 {
    font-size: 1.5rem;
    font-weight: bold;
    padding-bottom: 1em;
}

main table {
    font-size: 12px;
}

main table th {
    white-space: nowrap !important;
}

main table table {
    font-size: 14px;
}


form.login {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
    font-size: 16px;
}
form.login div {
    display: grid;
    grid-template-columns: 10em 1fr;
    gap: 1em;
}
