<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*-------------------------HTML OVERRIDES----------------------------*/
html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
}

td fieldset {
    border: none;
}

form {
    margin: 0px 50px;
}

ol {
    list-style-type: none;
    padding-left: 0;
}

p {
    color: black;
    font-family: 'Open Sans';
    font-size: 18px;
}

/*-------------------------Login.aspx----------------------------*/
.message {
    font-size: 14px;
    font-family: 'Open Sans';
    text-align: center;
    font-weight: 400;
}

.failureMessage {
    color: #f22929;
}

.successMessage {
    color: #54c600;
}

/*--------------------------Common------------------------*/
.login-table {
    border-spacing: 0px;
    margin-left: auto;
    margin-right: auto;
    width: 40%;
}

.main {
    height: 100%;
    width: 100%;
    display: table;
}

.wrapper {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}

.account-body {
    background-color: #2c4285;
}

.account-td {
    background-color: white;
    padding: 15px 0px 15px 0px;
    border-radius: 3px;
}

.inputCommon {
    width: 100%;
    height: 40px;
    line-height: 40px;
    border: 1px solid lightgray;
    font-size: 16px;
    font: 'Open Sans';
    margin-top: 7px;
    color: #222E32;
    background-color: #fafafa;
    outline: none;
    padding-left: 10px;
    border-radius: 3px;
}

    .inputCommon:focus {
        border: 1px solid #13AB94;
    }

.inputPassword {
    font-size: 19px !important;
}

.lblUserPass {
    font-size: 14px;
    font-weight: 300;
    color: #222E32;
    font-family: 'Open Sans';
    text-transform: uppercase;
}

.accountBtn {
    background: #13ab95;
    color: white;
    float: right;
    min-width: 100px;
    height: 40px;
    border: 1px solid #13ab95;
    margin-top: 15px;
    margin-left: 10px;
    border-radius: 1px;
    border-radius: 3px;
}

.ssoLoginBtn {
    background: none;
    border: none;
    color: #06c;
    text-decoration: none;
    cursor: pointer;
    line-height: 30px;
}

    .ssoLoginBtn:hover {
        text-decoration: underline;
    }

    .ssoLoginBtn:focus {
        border-color: white !important;
    }

.accountBtn:hover {
    color: white;
    background-color: #0F8976;
    cursor: pointer;
}

.feedbackDiv {
    margin-top: 10px;
    text-align: center;
}

.forgotPassLink {
    float: right;
    margin-top: 25px;
    font-family: 'Open Sans';
    margin-left: 10px;
    font-size: 13px;
}

.field-validation-li {
    margin-top: 5px;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    font: 'Open Sans';
}

.checkbox {
    font-family: 'Open Sans';
    color: black;
}

.pentana-logo-td {
    padding-bottom: 22px;
}

    .pentana-logo-td span {
        color: white;
    }

.pentana-info-td {
    padding-top: 30px !important;
    padding-bottom: 10px;
}

    .pentana-info-td .g-layout-login__information {
        color: #fff;
        font-size: 12px;
        font-family: 'Open Sans',sans-serif;
    }

.loginHeading-li {
    padding-bottom: 20px;
}

.loginHeading {
    font-size: 22px;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    color: #222E32;
}

.login-p {
    font-size: 16px;
    font-weight: 300;
    font-family: 'Open Sans',sans-serif;
    color: #222E32;
}

.ideagen-logo {
    color: white;
    position: absolute;
    bottom: 35px;
    right: 30px;
}

.rememberMe-div {
    float: left;
    margin-top: 24px;
}

.thankyou-msg {
    font-size: 32px;
    font-weight: 700;
    font-family: 'Open Sans',sans-serif;
    color: #222E32;
}

.link-list {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

    .link-list li {
        display: inline;
    }

    .link-list a {
        font-size: 16px;
    }

    .link-list span {
        color: #0066cc;
        font-size: 16px;
    }

/*--------------------------Error------------------------*/

.error-title {
    color: #222e32;
    font-size: 20px;
    font-weight: 400;
}

.error-text {
    color: #222e32;
    font-size: 16px;
    font-weight: 600;
}
</pre></body></html>