div.login-form-container {

    display: flex;
    justify-content: center;
    align-items: center;

}

.login-form {
    width: 50%;
}

.login-form fieldset {
    border-radius: 5px;
    border: 2px solid #454545;
}

.login-form legend {
    padding: 10px;
}

.login-form div.error {
    background: #F6EAEB;
    color: #841b2d;
    font-size: xx-small;
    margin-top: 10px;
    margin-bottom: 10px;
}

.login-form input {
    margin: 5px;
}

.login-form button {
    margin: 10px;
}

.login-form .message {
    background: #f2f8f4;
    border: 2px solid #E5F1EA;
    padding: 5px;
    width: fit-content;
    font-size: x-small;
    margin-bottom: 10px;
}

.helptext{
    font-size: xx-small;
    margin-top: 0px;
    margin-left: 6px;
    margin-bottom: 5px;
    color: gray;
}

div.instruments{
    display: grid;
    grid-template-columns: 10% 10% 10% 10% 10% 10%;
    justify-content: space-between;
    border: 1px solid gray;
    padding-top: 10px;
    padding-bottom: 10px;
}

div.instruments input{
    height: 24px;
}