<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* open-sans-300 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 300;
    src: url('../css/open-sans-v15-latin-300.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Light'), local('OpenSans-Light'), url('../css/open-sans-v15-latin-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../css/open-sans-v15-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('../css/open-sans-v15-latin-300.woff') format('woff'), /* Modern Browsers */
    url('../css/open-sans-v15-latin-300.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../css/open-sans-v15-latin-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-regular - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: url('../css/open-sans-v15-latin-regular.eot'); /* IE9 Compat Modes */
    src: local('Open Sans Regular'), local('OpenSans-Regular'), url('../css/open-sans-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../css/open-sans-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('../css/open-sans-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('../css/open-sans-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../css/open-sans-v15-latin-regular.svg#OpenSans') format('svg'); /* Legacy iOS */
}
/* open-sans-600 - latin */
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 600;
    src: url('../css/open-sans-v15-latin-600.eot'); /* IE9 Compat Modes */
    src: local('Open Sans SemiBold'), local('OpenSans-SemiBold'), url('../css/open-sans-v15-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('../css/open-sans-v15-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('../css/open-sans-v15-latin-600.woff') format('woff'), /* Modern Browsers */
    url('../css/open-sans-v15-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('../css/open-sans-v15-latin-600.svg#OpenSans') format('svg'); /* Legacy iOS */
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9b9b9b;
    opacity: 1; /* Firefox */
    font-family: 'Open Sans';
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9b9b9b;
    font-family: 'Open Sans';
}

:-ms-input-placeholder { /* Microsoft Edge */
    color: #9b9b9b;
    font-family: 'Open Sans';
}
.disable {
    opacity: 0.5;
}

.login-avatar {
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    width: 35px;
    height: 35px;
    display: inline-block;
}

.login-avatar-image {
    height: auto;
    width: auto;
    max-width: 100%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    position: absolute;
    inset: -100%;
    margin: auto;
    display: block;
}


.main-body {
    padding: 0;
    margin: 0;
    background: linear-gradient(148.15deg, #43CECD 14.73%, #1F6DB7 151.29%);
    height: 100vh;
    font-family: Open Sans;
}

.loginpopUpBox {
    margin: auto;
    width: 355px;
    height: fit-content;
    position: absolute;
    left: 0px;
    top: 70px;
    right: 0px;
    bottom: 10%;
    overflow: hidden;
    text-align: center;
    background: #FFFFFF;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 64px 64px rgba(0, 0, 0, 0.02);
    border-radius: 3px;
    padding: 16px;
}


.lbl-keep-signed-in {
    display: flex;
    column-gap: 5px;
    align-items: center;
    color: #4a4a4a;
    margin-top: 5px;
    font-size: 13px;
}

.loginpopUpBox input[type="text"], .loginpopUpBox input[type="password"] {
    font-size: 13px;
    BORDER: 0PX;
    padding: 0px 0px !important;
    color: #4A4A4A !important;
    border-bottom: 1px solid #e9e9e9;
    background-color: #fff !important;
    width: 100%;
    height: 28px;
    margin-bottom: 16px !important;
}

.loginpopUpBox input[type="submit"], .loginpopUpBox input[type="button"] {
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    border: 0px;
    width: 100%;
    color: #fff;
    background: #4E546D;
    border-radius: 3px;
    height: 47px;
    font-size: 13px;
    margin-top: 16px;
}

    .loginpopUpBox input[type="submit"]:focus, .loginpopUpBox input[type="button"]:focus {
        background: linear-gradient(130.38deg, #43CECD 14.73%, #1F6DB7 151.29%);
        box-shadow: 0px 0px 4px rgba(2, 46, 49, 0.5);
        outline: 1px dashed #BBBECE;
        outline-offset: 3px;
    }

    .loginpopUpBox input[type="submit"]:hover, .loginpopUpBox input[type="button"]:hover {
        background: linear-gradient(130.38deg, #43CECD 14.73%, #1F6DB7 151.29%);
        box-shadow: 0px 0px 4px rgba(2, 46, 49, 0.5);
    }

input:-webkit-autofill, input:-webkit-autofill:focus, input:-webkit-autofill:hover {
    background-color: white !important;
    box-shadow: 0 0 0px 1000px white inset !important;
}

    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        -webkit-box-shadow: none !important;
        -webkit-text-fill-color: #4a4a4a !important;
        background-color: #fff !important;
    }


.loginpopUpBox p a {
    text-decoration: none;
    font-size: 13px;
    text-align: center;
    color: #3CBBC9;
}
#divForgetPassword p a:hover {
    text-decoration:underline;
}

.copyRight {
    display: block;
    padding: 5px;
    text-align: center;
    font-size: 11px;
    color: #fff
}

.footerBox {
    padding: 0px 3% 20px 3%;
    display: block;
    width: 94%;
    position: absolute;
    bottom: 0;
    min-height: 44px;
}

.footerboxinner {
    border-top: 1px solid #fff;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-top: 20px;
    width: 100%;
}

.left-box {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.center-box {
    font-size: 12px;
    padding-top: 10px;
    line-height: 14px;
    text-align: center;
    color: #FFFFFF;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
}

.right-box {
    padding-top: 10px;
}

.footerBox .Box p {
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
    padding: 0;
    margin: 0;
}

    .footerBox .Box p.contact a {
        cursor: pointer;
        text-decoration: underline;
        color: #fff;
        font-weight: bold;
    }

.mailsendboxcontent {
    display: block;
    width: 300px;
    margin: 0 auto;
    font-size: 15px;
    color: #4a4a4a;
    margin-top: 10px;
}

.MailSendBox {
    display: none;
    height: 175px;
}

.BackToLogin {
    display: block;
    text-decoration: none;
    font-size: 13px;
    line-height: 14px;
    text-align: center;
    color: #3CBBC9;
}

.error-content {
    font-family: Open Sans;
    font-size: 11px;
    color: #E56666;
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 95%;
    text-align: center;
    padding: 10px;
    vertical-align: middle;
    height: 17px;
    line-height: 12px;
    display: inline-block;
}

.hideErrorContent {
    display: none;
}

.notifyjs-corner {
    position: fixed;
    margin: 0px;
    padding: 0px;
    width: 100%;
    display: none;
}

.notifyjs-corner-show {
    display: block !important;
}

.notifyjs-corner .notifyjs-wrapper, .notifyjs-corner .notifyjs-container {
    height: 40px;
}

.notifyjs-metro-error {
    color: #fff !important;
    background: #4E546D;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.02), 0px 4px 4px rgba(0, 0, 0, 0.02), 0px 8px 8px rgba(0, 0, 0, 0.02), 0px 16px 16px rgba(0, 0, 0, 0.02), 0px 32px 32px rgba(0, 0, 0, 0.02), 0px 64px 64px rgba(0, 0, 0, 0.02);
}

.notifyjs-metro-base {
    position: relative;
    min-height: 40px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
}

    .notifyjs-metro-base .image {
        display: table;
        position: absolute;
        height: auto;
        width: auto;
        left: 25px;
        top: 5%;
    }

    .notifyjs-metro-base .text-wrapper {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin: 10px 10px 10px 52px;
        clear: both;
    }

    .notifyjs-metro-base .title {
        font-size: 17px;
        line-height: 20px;
        margin-bottom: 5px;
        font-weight: bold;
        max-width: 360px;
    }

    .notifyjs-metro-base .text {
        font-size: 14px;
        font-weight: normal;
        max-width: 360px;
        vertical-align: middle;
    }


@media screen and (max-width:360px) {
    .loginpopUpBox {
        width: 280px;
        height: 360px
    }

    .footerBox .Box {
        width: 100%;
        text-align: center
    }
}


@media screen and (max-width:480px) {
    .notifyjs-metro-base .text-wrapper {
        display: inline-block;
        vertical-align: top;
        text-align: left;
        margin: 10px 10px 10px 52px;
        clear: both;
        height: 80px;
        overflow: scroll;
    }

    .loginpopUpBox {
        width: 280px;
        height: 360px
    }
}

.RefreshCaptcha,
.ReRefreshCaptcha {
    position: absolute;
    top: 25px;
    right: 50px
}

input[type=checkbox] {
    position: relative;
    border: 1px solid #9b9b9b;
    border-radius: 3px;
    cursor: pointer;
    margin: 0 0.3em 0 0;
    padding: 0 !important;
    height: 14px;
    width: 14px;
    -webkit-appearance: none;
}

    input[type=checkbox]:hover {
        opacity: 1;
    }

    input[type=checkbox]:checked {
        background-color: #3cbbc9;
        border: 1px solid #3cbbc9;
        opacity: 1;
    }

    input[type=checkbox]:before {
        content: '';
        position: absolute;
        right: 50%;
        top: 50%;
        width: 3px;
        height: 7px;
        border: solid #FFF;
        border-width: 0 2px 2px 0;
        margin: -1px -1px 0 -1px;
        transform: rotate(45deg) translate(-50%, -50%);
        z-index: 2;
    }

#pCaptchaContainer {
    position: relative
}

#lblLoginAs {
    font-size: 13px;
    color: #4a4a4a
}

.logo-server-name {
    color: #efa64a;
    font-size: 27px;
    font-weight: bold;
    padding-top: 5px
}

.loginpopUpBox .logoBox .vertical-seprator {
    display: inline-block;
    position: relative;
}

.loginpopUpBox .logoBox .mask {
    overflow: hidden;
    width: 10px;
    height: 60px;
}

.loginpopUpBox .logoBox .left .mask:after {
    content: '';
    display: block;
    margin-left: -20px;
    width: 18px;
    height: 100%;
    border-radius: 12px / 125px;
    box-shadow: 0 0 8px black;
}

.loginpopUpBox .logoBox svg {
    margin-right: 8px
}


.loginpopUpBox .logoBox {
    padding-bottom: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 10px;
}

.login-label {
    display: flex;
    margin-bottom: 15px;
}

.login-user-name {
    flex: auto;
    text-align: left;
}

#lblSwitchUser {
    font-size: 13px;
    margin-bottom: 5px;
    color: #3CBBC9;
    cursor: pointer;
    text-decoration: none;
}
#lblSwitchUser:hover {
    text-decoration:underline;
}

.error-msg {
    display: flex;
    background: #e56666;
    align-items: center;
    justify-content: center;
    padding: 8px 0;
    column-gap: 15px;
    position: absolute;
    width: 100%;
}

    .error-msg .invaild-text {
        display: flex;
        background: #e56666;
        align-items: center;
        justify-content: center;
        padding: 15px 0;
        column-gap: 15px;
    }

    .error-msg .failed-text {
        display: flex;
        align-items: center;
        justify-content: center;
        column-gap: 15px;
        color: #fff;
        font-size: 13px;
        font-weight: 400;
    }

    .error-msg .error-msg-text h5 {
        color: #fff;
        font-size: 13px;
        font-weight: 400;
        margin: 0;
        line-height: 20px;
    }

    .error-msg .error-msg-text p {
        font-size: 11px;
        color: #fff;
        font-weight: 400
    }

.succes-msg {
    display: flex;
    background: #5fb96b;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    column-gap: 15px;
    font-size: 13px;
    color: #fff;
}

.succes-msg-mail {
    display: flex;
    background: #e9a45c;
    align-items: center;
    justify-content: center;
    padding: 4px 0;
    column-gap: 15px;
    font-size: 13px;
    color: #fff;
}

.login-box .login-using-div .border {
    border-bottom: 1px solid #e9e9e9;
    margin: 32px 0;
}

.standard-msg .standard-msg-paragraph {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0px 15px 0px;
    text-align: left;
    color: #4a4a4a;
}

.standard-msg .standard-msg-expired-password {
    font-size: 12px;
    font-weight: 400;
    padding: 10px 0px 15px 0px;
    text-align: left;
    color: #4a4a4a;
}

.standard-msg .standard-msg-paragraph-center {
    font-size: 13px;
    font-weight: 400;
    padding: 10px 0px 5px 0px;
    text-align: center;
    color: #4a4a4a;
}

.standard-msg .standard-msg-paragraph-text {
    font-size: 10px;
    font-weight: 400;
    padding: 0px 0px 15px 0px;
    text-align: center;
    color: #4a4a4a;
}

.standard-msg .standard-msg-header,
.standard-msg .standard-msg-header-mail {
    font-size: 13px;
    font-weight: bold;
    padding: 5px 0px 15px 0px;
    text-align: center;
    color: #4a4a4a;
}

.loader {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0;
    opacity: 0.7;
    background-color: white;
    z-index: 1;
}


::-webkit-scrollbar {
    width: 7px;
    height: 7px;
    margin-right: 5px;
    padding-right: 5px;
}

::-webkit-scrollbar-corner {
    background: transparent;
    margin-bottom: 5px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5.5px;
    background: #d6d6d6;
}


.login-box .account-text {
    font-size: 16px;
    color: #4a4a4a;
    font-weight: 700;
    text-align: center;
    padding: 0px 0 20px;
}

.login-box .account-card {
    display: flex;
    align-items: center;
    width: 90%;
    border-radius: 3px;
    border: 1px solid #e9e9e9;
    padding: 12px;
    margin: 0 auto;
    cursor: pointer;
    background-color: #fff;
    margin-bottom: 15px;
}


    .login-box .account-card:hover {
        background-color: #f5f5f5;
    }

.login-box .account-details {
    line-height: 18px;
    display: flex;
    flex-direction: column;
    font-size: 13px;
    font-weight: 600;
    color: #4a4a4a;
    flex: auto;
    margin-left: 10px;
    text-align: left;
}

    .login-box .account-details span {
        font-size: 11px;
        font-weight: 400;
        color: #9b9b9b
    }

.wfx-users-container {
    overflow-y: auto;
    max-height: 154px;
}

.wfx-remove-user-icon {
    visibility: hidden;
    margin-left:8px;
}

.account-card:hover .wfx-remove-user-icon {
    visibility: visible;
}

.otp-disable a {
    color: #9b9b9b !important;
    cursor: no-drop !important;
    text-decoration: none;
    font-size: 13px;
}

    .otp-disable a:hover {
        color: #9b9b9b !important;
    }

.otp-disable #lblOPTCounter {
    font-size: 13px;
    color: #4a4a4a;
}



.resend-otp a {
    color: #9b9b9b;
    text-decoration: none;
    font-size: 13px;
}

    .resend-otp a:hover {
        color: #4a4a4a !important;
    }

.password-expired-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: Open Sans;
    height: 100vh;
}

    .password-expired-message h1 {
        color: #4a4a4a;
        font-size: 21px;
        font-weight: 500;
        margin-top: 0
    }

    .password-expired-message p {
        color: #4a4a4a;
        font-size: 13px
    }

        .password-expired-message p a {
            color: #3cbbc9;
            text-decoration: none
        }


.login-box .login-using-div {
    position: relative;
}

    .login-box .login-using-div .login-using-text {
        position: absolute;
        top: -10px;
        left: 0;
        right: 0;
        margin: auto;
        background: #fff;
        padding: 0 6px;
        width: 85px;
        color: #9b9b9b;
        font-size: 13px;
        cursor: default;
    }

.login-box .login-icons {
    display: flex;
    justify-content: center;
    column-gap: 30px;
    cursor: pointer;
}


    .login-box .login-icons .login-activity {
        background: #C5C5C5;
        box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
        border-radius: 50px;
        width: 50px;
        height: 50px;
        text-align: center;
        cursor: pointer;
    }

        .login-box .login-icons .login-activity:hover, .login-box .login-icons .login-activity:focus {
            background: #4a4a4a;
        }

        .login-box .login-icons .login-activity.active-user {
            background: #3cbbc9;
            box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.15);
            border-radius: 50px;
            width: 50px;
            height: 50px;
            text-align: center;
        }

    .login-box .login-icons svg {
        height: 50px;
    }

.login-box-with-icons {
    display: block;
}

#svgLoginViaPasswordCard svg path, #svgLoginViaSSOCard svg path {
    fill: #4a4a4a;
}

#svgLoginViaPasswordCard svg, #svgLoginViaSSOCard svg {
    height: 18px;
    width: 18px;
}

.loader-container {
    position: absolute;
    inset: 0;
    width: 140px;
    height: 148px;
    margin: auto;
    text-align: center;
}

    .loader-container img {
        width: 123px;
        height: 60px;
    }

    .loader-container svg {
        margin-top: 8px;
    }

.login-user-name #lblLoginAs {
    width: 280px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
}
</pre></body></html>