.details-row div:first-child {
    min-width: 105px;
}

div[id^='divButton'] {
    justify-content: flex-end;
}

#logonError {
    border: red;
    color: red;
    background-color: antiquewhite;
    padding: 8px;
    display: flex;
    justify-content: center;
    white-space: normal;
}