<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: black;
    background-color:white;
    font-family: "Calibri Light", "Verdana", sans-serif;
    font-size: small;
    text-align: center;
}

p.text {
    font-weight: bold;
    margin-top: 25px;
}

img.logo {
    margin-top: 50px;
}

table {
    margin: 0 auto;
}

td {
    color: black;
    font-family: sans-serif; 
    font-size: small;    
}

input.username, input.password {
    width: 100px;
}

.button {
    border: 2px inset #135d9b;
    padding: 8px 16px;
    background-color: #135d9b;
    color: #FFFFFF;
    text-decoration: none;
    font-style: normal;
    font-size: medium;
    display: inline-block;
    text-align: center;
}


</pre></body></html>