#scroll {
    font-size: 12px;
    margin: 15px 0;
    padding: 10px;
    height: 400px;
    overflow-y: scroll;
    border: 1px solid black;
}

.warning {
    font-weight: bold;
    font-size: 24px;
    color: red;
}

.small-warning {
    font-weight: bold;
    color: red;
}

.label {
    display: block;
}

#login-error {
    color: red;
    margin-top: 1em;
}

.login-link {
    display: block;
    margin-top: 15px;
}
