<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
    color: white;
}

.loginContainer {
    width: 680px;
    margin-left: auto;
    margin-right: auto
}

.wideGreyFrame {
    padding: 10px 40px 10px 40px;
}

.logoContainer {
    padding: 0 0 0 15px;
    float: left;
    text-align: right;
    font: 0.9em Geneva, Arial, Helvetica, sans-serif;
}

div.BackFrame {
    background: url(../img/grey_frame/corner_left_top.gif) top left no-repeat;
    width: 820px;
    margin-left: auto;
    margin-right: auto;
}

div.BackFrame h3 {
    background: url(../img/grey_frame/corner_right_top.gif) top right no-repeat;
    font-size: 1.3em;
    padding: 0;
    margin: 0 0 5px 75px;
}

div.BackFrameBody {
    background: url(../img/grey_frame/pixel_grey.gif) top right repeat-y;
    margin: -2em 0 0 0;
    padding: 15px;
}

div.BackFrameFooter {
    background: url(../img/grey_frame/corner_left_bottom.gif) bottom left no-repeat;
}

div.BackFrameFooter p {
    background: url(../img/grey_frame/corner_right_bottom.gif) bottom right no-repeat;
    padding: 15px;
    display: block;
    margin: -2em 0 0 0;
    text-align: right;
    color: #99aec2;
    font: 0.7em/2 Geneva, Arial, Helvetica, sans-serif;
}

div.BlueFrame {
    background: url(../img/bg_blue_grey/left_top.gif) top left no-repeat;
    width: 400px;
    margin-left: 60px;
    margin-right: 60px;
}

div.BlueFrame h3 {
    background: url(../img/bg_blue_grey/right_top.gif) top right no-repeat;
    font: bold 1.2em/1 Geneva, Arial, Helvetica, sans-serif;
    padding: 5px 0 10px 0;
    margin: 0 0 0 70px;

}

div.BlueFrameBody {
    background: url(../img/bg_blue_grey/gradient_blue.gif) top right repeat-y;
    margin: -2em 0 0;
    min-height: 250px;
    padding: 15px;
}

div.BlueFrameFooter {
    background: url(../img/bg_blue_grey/left_bottom.gif) bottom left no-repeat;
}

div.BlueFrameFooter p {
    background: url(../img/bg_blue_grey/right_bottom.gif) bottom right no-repeat;
    padding: 15px;
    display: block;
    margin: -2em 0 0 0;
    text-align: right;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

td {
    padding: 0 10px 3px 0;
    margin: 0;
    /*line-height: 1.1;*/
}

input {
    background-color: white  !important;
    border: 1px solid #9abbd9;
    margin: 0;
    padding: 0 0 0 5px;
    color: #233e55  !important;
    font-size: 1.2em;
    border-radius: 4px;
}

.error {
    float: left;
    color: red;
    font-size: 0.8em;
}
</pre></body></html>