    body {
        background-image: url('../images/login.png');
        background-repeat: no-repeat;
        background-position: center;
    }

    html, body {
        height: 100%;
    }

    html, body, form, table, tr, td {
        margin: 0;
        padding: 3;
    }

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

    .centerblockabsolute {
        margin: 0 auto;
        display: none;
        height: 100%;
        overflow: hidden;
    }

    .proxy {
        position: absolute;
        left: 40%;
        top: 34%;
        margin-top: -64px;
        font-size: 13px;
        margin-left: -138px;
        width: 500px;
        height: 210px;
        border: black solid 0px;
    }

    .browser-info {
        font-size: 11px;
        color: #96F1FF;
        position: relative;
        top: 154px;
        display: none;
    }

    .login-error {
        color: red;
        height: 60px;
        position: fixed;
        background-color: #f5f5f5;
    }

    #proxy table td {
        vertical-align: text-bottom;
    }

    #resetPasswordLink {
        margin-left: 30px;
        font-size: 13px;
        text-decoration: none;
    }

    .webkit input[type=checkbox] {
        position: relative;
        top: 1px;
    }

    .webkit input[type=text] {
        background-color: white;
    !important;
    }

    .textBox {
        background-color: white;
        color: black;
        width: 300px;
        height: 22px;
        font-size: 13px;
        border: solid 1px #a29e9e;
        padding: 4px;
    }

    #_spring_security_remember_me {
        margin-left: 17px;
    }

    .ssoLogin {
        width: 213px;
        border: solid 2px #808080;
        background-color: white;
        height: 26px;
        font-size: 14px;
        color: #808080;
        cursor: pointer;
    }

    .ssoTd {
        height: 70px;
        padding-top: 20px;
        text-align: center;
    }

    .submit {
        width: 120px;
        height: 26px;
        font-size: 14px;
        border: solid 0px;
        color: white;
        font-weight: 900;
        background-color: red;
        font-weight: 200
    }

    .submitTd {
        text-align: center;
        padding-top: 4px
    }

    .resetPasswordTd {
        text-align: center;
        padding-top: 4px
    }

    .rememberMeTd {
        text-align: right;
        padding-top: 4px;
    }

    .logoTd {
        vertical-align: top;
        text-align: right;
        height: 80px;
        width: 200px;
    }

    .appTitleTd {
        /*padding-left: 40px;*/
        padding-top: 20px;
        font-size: 29px;
        /*vertical-align: top;*/
    }

    .generateCreateSsoAccountContainer {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
    }

    .generateCreateSsoAccountForm {
        position: absolute;
        top: 200px;
        left: 200px;
        width: 556px;
        height: 240px;
        background-color: white;
    }

    .createSsoAndLoginBtn {
        background-color: red;
        font-size: 14px;
        font-weight: 500;
        margin-top: 12px;
        width: 280px;
        height: 22px;
        color: white;
        padding-top: 3px;
        cursor: hand;
        text-align: center;
    }

    .createSsoAndLoginBtnContainer {
        width: 100%;
        height: 50px;
        margin-left: 120px;
        padding-top: 10px;
    }

    .createSsoAndCancelBtn {
        cursor: hand;
        color: gray;
        font-size: 14px;
        font-weight: 500;
        padding-top: 10px;
    }

    .ssoTextFieldContainer {
        height: 27px;
        text-align: left;
        font-size: 14px;
        margin-left: 34px;
    }
