<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url(login.css);

BODY
{
    background-color: #F5F5F5;
}

.logoImage
{
    height: 376px;
    width: 389px;
    position: relative;
    float:left;
    background-image: url('../Images/Login-Indicia.jpg');
}
.loginClientArea 
{
    background: #00968F;
}

.button_1, .button_2 {
    background: #00968F;
    color: #FFFFFF;
    border: 1px solid #005955;
    font-size: 11px;
    font-family: verdana;
    padding: .4em 1em;
    margin: 0;
    border-radius: 0;
    font-weight: normal;
    text-decoration: none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}

.button_1:hover, .button_1:focus {
    background: #005955;
}

.button_1:active {
    background: #CDCDCD;
    color: #333333;
}

html {
    font-size:16px;
}

.form-group {
    margin-bottom: 5px;
}

.loginBottomArea {
    height: auto;
    margin-bottom: 4.5em;
}

.loginSession {
    font-size:.8em;
    color:#333;
    font-family:Verdana,Helvetica,Arial,Sans-serif;
}
</pre></body></html>