<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.LoginPanel {
    margin: auto;
    max-width: 800px;
    background-color: #e7e7e9;
    margin-top: 20px;
    padding: 20px
    
}

.LoginPanel tr:not(:first-of-type) {
    display: table-row;
}

.LoginPanel .cssloginImageButton  {
    background-color: #e7792b;
    color: #fff;
    display: inline-block;
    font-size: 1rem;
    height: 38px;
    line-height: 1.5;
    padding: .375rem .75rem;
    text-align: center;
}
</pre></body></html>