<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#login_form {
    position: absolute;
    border-right: 1px solid;
    border-top: 1px solid;
    border-bottom: 1px solid;
    border-left: 1px solid;
    display: none;
    z-index: 100;
    background: white;
    top: 50px;
    width: 273px;
    right: 1%;
    box-shadow: #757575 0 0 10px;
    border-color: #797979;
}

    #login_form Table {
        vertical-align: middle;
    }

    #login_form TD {
        padding: 3 3 3 3;
    }

#login_iform {
    position: absolute;
    display: none;
    z-index: 99;
    top: 160px;
    left: 360px;
    width: 273px;
    height: 213px;
}

.slaq {
    position: absolute;
    height: 15px;
    right: 30px;
    top: -9px;
    width: 15px;
    background-color: white;
    transform: rotate(45deg);
    border-left: 1px;
    border-top: 1px;
    border-bottom: 0;
    border-right: 0;
    border-color: #797979;
    border-style: solid;
}

/*---------------SIGEN IN------------------*/

#wrapper {
    height: 100%;
}

#wrapper {
    width: 350px;
    margin: auto;
    position: relative;
}


#username_input {
    margin-left: 9px;
    width: 300;
    height: 50px;
}

#username_inputleft {
    float: left;
    background: url(/images/SigenIn/input_left.png) no-repeat;
    width: 12px;
    height: 50px;
    position: absolute;
}

#username_inputmiddle {
    float: left;
    background: url(/images/SigenIn/input_middle.png) no-repeat;
    background-size: 210px 48px;
    width: 233px;
    height: 50px;
    background-position-x: 12px;
}

#username_inputright {
    float: left;
    background: url(/images/SigenIn/input_right.png) no-repeat;
    width: 12px;
    height: 50px;
    position: absolute;
    right: 23px;
}

.LoginInSt {
    display: block;
    width: 195px;
    height: 45px;
    background: transparent;
    border: 0;
    color: #bdbdbd;
    font-family: helvetica, sans-serif;
    font-size: 14px;
    padding-left: 30px;
}


#url_user {
    position: absolute;
    display: block;
    margin-top: -28px;
    float: left;
    padding-right: 10px;
    left: 30px;
}

#password_input {
    margin-left: 9px;
    width: 300;
    height: 50px;
    margin-top: 15px;
}

#password_inputleft {
    float: left;
    background: url(/images/SigenIn/input_left.png) no-repeat;
    width: 12px;
    height: 50px;
    position: absolute;
}

#password_inputmiddle {
    float: left;
    background: url(/images/SigenIn/input_middle.png) no-repeat;
    background-size: 210px 48px;
    width: 233px;
    height: 50px;
    background-position-x: 12px;
}

#password_inputright {
    float: left;
    background: url(/images/SigenIn/input_right.png) no-repeat;
    width: 12px;
    height: 50px;
    position: absolute;
    right: 23px;
}

#url_password {
    display: block;
    position: absolute;
    margin-top: -32px;
    float: left;
    margin-left: 4px;
}

#submit {
    float: left;
    position: relative;
    padding: 0;
    margin-top: 15px;
    margin-left: 0px;
    width: 300px;
    height: 40px;
    border: 0;
}

#submit1 {
    z-index: 10;
    border: 0;
}

#submit2 {
    position: absolute;
    margin-top: 0px;
    border: 0;
}

#links_left {
    /* text-align: center; */
    position: relative;
    padding-bottom: 5px;
}

    #links_left a {
        color: #777 !important;
        font-size: 11px !important;
        text-decoration: none;
        transition: color 0.5s linear;
        -moz-transition: color 0.5s linear;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
    }

        #links_left a:hover {
            color: #292929;
        }

#links_right {
    position: relative;
    text-align: center;
    padding-bottom: 5px;
}

    #links_right a {
        color: #777 !important;
        font-size: 11px !important;
        text-decoration: none;
        transition: color 0.5s linear;
        -moz-transition: color 0.5s linear;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
    }

        #links_right a:hover {
            color: #292929;
        }

#powered {
    float: right;
    position: relative;
    padding-top: 3px;
    margin-right: 5px;
    font-size: 11px;
}

    #powered a {
        color: #aaa;
        font-size: 11px;
        text-decoration: none;
        transition: color 0.5s linear;
        -moz-transition: color 0.5s linear;
        -webkit-transition: color 0.5s linear;
        -o-transition: color 0.5s linear;
    }

        #powered a:hover {
            color: #292929;
        }

.SbInputSt {
    background: #25A6E1;
    background: -moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
    background: -webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: -ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    background: linear-gradient(top,#25A6E1 0%,#188BC0 100%);
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
    padding: 4px 53px;
    color: #fff;
    font-size: 15px;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border: 1px solid #1A87B9;
}
/* END SIGEN IN */
</pre></body></html>