body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

.login-panel {
    width: 100%;
    height: 100%;
    margin-top: 0px;
}

.login-panel-left {
    width: 70%;
    height: 100%;
    position: absolute;
    z-index: 1;
    background: #2a65d4;
    background-image: url(../Images/login_bg1.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.login-banner {
    object-fit: cover;
    width: auto;
    height: auto;
}

.login-panel-right {
    width: 30%;
    height: 100%;
    position: absolute;
    right: 0px;
    z-index: 2;
    padding-top: 3%;
    padding-right: 3%;
    padding-left: 3%;
    background: #fff;
    overflow-x: auto;
    padding-bottom: 40px;
    min-width: 450px;
	overflow: hidden;
}

.login-box-header {
    position: relative;
    margin-bottom: 20%;
    height: auto;
}

.login-box-body, .forgot-box-body, .register-box-body, .change-password-box-body {
    float: left;
    width: 100%;
}

.login-box-header .header-left, .login-box-header .header-right {
    display: inline-block;
}

.mobile-frame-view .login-box-header .header-left {
    padding-left: 30px;
}

.mobile-frame-view .label-message.back-login {
    display: none;
}

.login-box-header .header-right {
    float: right;
    padding-top: 7px;
    text-align: right;
}

.header-login-form {
    font-size: 30px;
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
}

#ForgetPasswordLabelAction, #RegisterLabelAction {
    font-weight: bold;
    font-size: 12px;
    float: right;
    margin-top: 15px;
    color: #2a65d4 !important;
}

#RegisterLabelAction {
    float: left;
    margin-top: 20px;
}

.btn-primary {
    background-color: #2a65d4;
    outline: none !important;
}

#CallCenterLabel, #CallCenterNumber {
    font-weight: 600;
    margin-bottom: 0px !important;
    font-size: 12px;
}

.call-center {
    float: left;
    padding-top: 10px;
    font-size: 14px;
    position: relative;
    padding-right: 5px;
    width: 100%;
    text-align: right;
}

    .call-center:before {
        content: "";
        display: inline-block;
        width: 16px;
        height: 16px;
        background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAAdgAAAHYBTnsmCAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADKSURBVDiNndKxSsJRFMfxDymCro7Rko/glEODIK4Rzg2BUKu7tPgC9QY9gvo4NUab6KINDTbkhb+X65/79wdnOny/9xzuqTnOCC18OyMz7LHBVVV4fIBDzavAHewiwR79HPgCd2gmeg+5E9wmXv/BMFdQx1ckeMuFQ54jwQrtKoIGPiPJArUqkh5+E5IwyRDvGJRJ4lXCOq+Ov3qJy1OSaUKSqjW6pyRPiXVSdV+2zg0+SuCXMjikcZimeCdbPObAxdT9X+wE18XGH44GUfolxzAWAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        margin-bottom: -2px;
        margin-right: 5px;
    }

.body-content input {
    padding: 10px 15px !important;
    height: 40px;
}

.body-content .body-content-left, .body-content .body-content-right {
    width: 100%;
    display: inline-block;
    position: relative;
}

.body-content .body-content-left {
    padding-right: 5%;
    padding-left: 5%;
    float: left;
}

.body-content .body-content-right {
    padding-left: 5%;
    float: left;
}

.body-content .input-label {
    font-weight: bold;
    margin-top: 15px;
    font-size: 12px;
    height: 17px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

#txt_otp {
    margin-top: -40px;
    width: 100px;
    float: right;
    text-align: center;
}

.sys-loader {
    display: inline-block;
    float: left;
    border: 3px solid #ddd;
    border-radius: 50%;
    border-top: 3px solid #338278;
    border-bottom: 3px solid #338278;
    -webkit-animation: spin 0.8s linear infinite;
    animation: spin 0.8s linear infinite;
    width: 18px;
    height: 18px;
}

.btn-login {
    width: 100%;
    margin-top: 35px;
    position: relative;
    height: 45px;
    outline: none;
}

.full-loading {
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: auto;
    width: 30px;
    height: 30px;
    position: absolute;
    display: block;
}

.products-list img {
    height: 30px;
    width: auto;
    object-fit: cover;
    margin-right: 40px;
    opacity: 0.5;
}

.login-box-footer {
    float: left;
    bottom: 0px;
    background: #fff;
    height: auto;
    padding-left: 10px;
    position: fixed;
	width: 100%;
}

.select-language {
    display: inline-block;
    position: absolute;
    width: 100%;
    right: 0px;
    margin-top: -10px;
}

    .select-language label {
        padding-left: 3px;
        padding-right: 5px;
        margin-left: 2px;
        margin-right: 2px;
        cursor: pointer;
        color: #444;
        transition: border-bottom 0.4s;
        font-weight: 400;
        border-bottom: 2px solid transparent;
        font-size: 13px;
    }

        .select-language label:hover {
            border-bottom-color: #338278;
        }

#ProductsList {
    color: #555;
    font-size: 12px;
}

#LicenseCopyRight {
    color: #777;
    font-size: 12px;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
	float: left;
    position: relative;
    line-height: 35px;
}

.msg-toast {
    font-size: 14px;
    min-width: 250px;
    padding: 10px;
    background-color: #333;
    color: #fff;
    text-align: center;
    border-radius: 2px;
    padding: 16px;
    bottom: 50px;
    position: fixed;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 99999;
    -webkit-animation: toast-fadein 0.5s, toast-fadeout 0.5s 3.5s;
    animation: toast-fadein 0.5s, toast-fadeout 0.5s 3.5s;
}

    .msg-toast > .Highlight {
        color: #a4d3f3 !important;
    }

@-webkit-keyframes toast-fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@keyframes toast-fadein {
    from {
        bottom: 0;
        opacity: 0;
    }

    to {
        bottom: 50px;
        opacity: 1;
    }
}

@-webkit-keyframes toast-fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes toast-fadeout {
    from {
        bottom: 50px;
        opacity: 1;
    }

    to {
        bottom: 0;
        opacity: 0;
    }
}

.scroll-style::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.scroll-style::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px #ddd;
}

.scroll-style::-webkit-scrollbar-thumb {
    background: #777;
}

@supports (-moz-appearance: none) {
    .scroll-style {
        scroll-behavior: smooth;
        scrollbar-color: #555 #888;
        scrollbar-width: thin;
    }
}

.login-box-footer .login-banner {
    display: none;
}

.select-program {
    width: 100% !important;
}

    .select-program > li > a {
        padding-left: 10px;
        padding-right: 0px;
    }

    .select-program .icon-remove {
        float: right;
        cursor: pointer;
        display: none;
        padding-left: 10px;
        padding-right: 10px;
    }

    .select-program .select-header {
        width: 100%;
        overflow: hidden;
        margin-bottom: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        font-size: 11px;
        font-weight: bold;
        line-height: 20px;
    }

    .select-program > li:hover .icon-remove {
        display: block;
    }

    .select-program > li:hover .select-header {
        width: calc(100% - 40px);
    }

    .select-program .icon-remove:hover {
        color: #f53535;
    }

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.back-login:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAYAAABPYyMiAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAABmJLR0QAAAAAAAD5Q7t/AAAACXBIWXMAAABgAAAAYADwa0LPAAAAB3RJTUUH5gYXBAcsNNeaQQAAAg9JREFUSMdjYKAS0GlN0blcKS6ueTr1wZWnR45oHk09eFXt/Xtti+S9V475+uLSx0Iti/91M5xgdNy3j3EpQyHDey0tBgYGhv/rGBj+czA9YJiQmQlRvXkzun4malnMIMVYyCAFsRgFsP9nYUxcvZpqIaDXnbHzYrGY2J/Xfw0Yb+zZwyDFUMgQjWnx/7P/g/9LVVdf55zjoaMzfz4u8xjJsZj53t69DFsYahiadXTwWawr1NZGyFyCDqCVxQSjQD0pqfTGHCmpP61/rP/I7d6NK47/Z/x3YMgoK7vOOcdD90h3N7EWwwDORMjUwRz+58fEiQQtzpsTrUOGxQQdwFjPsJGh9t8/nBrzmQ4yHOTgINdiwiEg83/9/4y8vP/VDC6MPpcuYYSA5v//DNebmjS9UjWuLKmpoboDrlTPuaLb/vIlSwfLgb+bHBwYGhgcGBvOnsUIqQcMtgwGzc1aq1KnXg2pqyPVAURnQ13dzMxLlwQF/9b+sWFu2r2boYHhwP8GY2MMhQ0MBowN9fXXwmZna69paqKaA2jlEJIdAANqaWmpN2eIiDDb/3f507F3L2Mrw57/W/T00NX992BkZPDIyrreN2uWzpPp09Hlya4Lbs2aNVs9482bvwcZ97BUODvjSqwM3f/1GbpDQnCZQ7YDcDpkFsMKBt79+xm+MSgzfHv3jmn7v0CGxVOn4tIPAADpAMQhhTLHAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTA2LTIzVDA0OjA3OjQ0KzAwOjAwEITbUgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wNi0yM1QwNDowNzo0NCswMDowMGHZY+4AAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjItMDYtMjNUMDQ6MDc6NDQrMDA6MDA2zEIxAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    margin-bottom: -4px;
    margin-right: 10px;
    background-size: 14px;
}

.back-login {
    cursor: pointer;
    top: 25px;
    position: relative;
    font-weight: bold;
    font-size: 12px;
    color: #2a65d4 !important;
}

#ForgotCaptchaLabel {
    display: block;
}

#txt_captcha_forgot, #txt_captcha_register {
    width: calc(100% - 150px);
    display: inline-block;
}

.captcha-box {
    display: inline-block;
    position: relative;
}

    .captcha-box > img {
        width: 145px;
        height: 60px;
        margin-top: -22px;
        border-radius: 4px;
        border: 1px solid #ddd;
    }

    .captcha-box > button {
        position: absolute;
        left: -38px;
        top: 3px;
        width: 30px;
        height: 30px;
        background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQEAQAAADlauupAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QAAKqNIzIAAAAJcEhZcwAAAGAAAABgAPBrQs8AAAAHdElNRQfmBhcEGRW/ky2WAAABX0lEQVQ4y5WSQctBURCGj9O1cBOlG+ru/QSWdvJPLGTNUmFvydrCwoIVKT9CInsSCzdFJOk832K+oj6Xz9RZzJyZd2bed5R6Y1AqYXI59a1hwmHodmG7xQSDXxanUpjlEgBuNzgcYLGARgPjOP8AcBwYjwXgeITZDO538Xc7TCbjU2hZ0Oth0mnQGqpV8DywbUwkArWaAHkeuO4LwopF6dLpPGL5PGSzD79SkZxW6wXAfA6XCyYe91/PsmC9hv0eAoGnYtsGwEwmHzliMJApYjGllNISDoWUUkoFTqfPLEejSoFSl8sTqtZCzmqFsSz/7skkXK8wnb74bLdltHL5EctmIZ9/NBmNZNVC4QWA68oU97tIZtvyPE8k1RqaTcxwCFr7sJzJwG4nk5zPMJ3KMQGMx5hEAn758pfKcaBeF1kPBzlnwCyXmFTqI8l/dd9soN/HRKNfFQtALgel0rucH6JsVIeoYX6nAAAAJXRFWHRkYXRlOmNyZWF0ZQAyMDIyLTA2LTIzVDA0OjI1OjIxKzAwOjAw2EqUjgAAACV0RVh0ZGF0ZTptb2RpZnkAMjAyMi0wNi0yM1QwNDoyNToyMSswMDowMKkXLDIAAAAodEVYdGRhdGU6dGltZXN0YW1wADIwMjItMDYtMjNUMDQ6MjU6MjErMDA6MDD+Ag3tAAAAAElFTkSuQmCC');
        background-repeat: no-repeat;
        border: none;
        outline: none;
        border-radius: 4px;
        background-position: 7px 7px;
        background-color: #795548;
    }

        .captcha-box > button:hover {
            background-color: #896456;
        }

#RecoveryDone1, #RegisterDone1 {
    color: red;
    white-space: pre-wrap;
    height: auto;
    line-height: 22px;
}

#RecoveryDone2, #RegisterDone2 {
    margin-top: 5px;
    color: #666;
}

#LoadingGif {
    position: absolute;
    right: 5%;
    top: 12px;
    display: none;
}

.login-body-slider-wrap {
    float: left;
    overflow: hidden;
    height: calc(100% - 130px);
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
}

.login-body-slider {
    float: left;
    display: flex;
    width: 200%;
    transition: margin-left 0.3s;
}

    .login-body-slider.active1 {
        margin-left: 0%;
    }

    .login-body-slider.active2, .login-body-slider.active3, .login-body-slider.active4 {
        margin-left: -100%;
    }

.login-box-body, .forgot-box-body, .register-box-body, .change-password-box-body {
    visibility: hidden;
    transition: visibility 1s;
}

.login-body-slider.active1 .login-box-body, .login-body-slider.active2 .forgot-box-body, .login-body-slider.active3 .register-box-body, .login-body-slider.active4 .change-password-box-body {
    visibility: visible;
}

.register-box-body, .change-password-box-body {
    display: none;
}

.login-body-slider.active4 {
    transition: none !important;
}

    .login-body-slider.active3 .forgot-box-body, .login-body-slider.active4 .forgot-box-body {
        display: none;
    }

.login-body-slider.active2 .forgot-box-body {
    display: block;
}

.login-body-slider.active3 .register-box-body {
    display: block;
}

.login-body-slider.active4 .change-password-box-body {
    display: block;
}

.after-recovery-box, .after-register-box {
    display: none;
    padding-top: 40px;
}

.forgot-box-body .after-result .input-recovery-box, .register-box-body .after-result .input-register-box {
    display: none;
}

.forgot-box-body .after-result .after-recovery-box, .register-box-body .after-result .after-register-box {
    display: block;
}

#txt_user_change_pass {
    background-color: #f3f4f6;
}

.m-check-box input {
    width: 25px;
    height: 25px;
}

.input-register-box input {
    height: 35px;
    padding: 8px !important;
    font-size: 13px;
}

.input-register-box .label-message.input-label {
    margin-top: 10px;
    float: left;
}

.custom-checkbox {
    padding-top: 15px;
}

    .custom-checkbox label:before, .custom-checkbox label:after {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
        padding: 0;
    }

    .custom-checkbox > input {
        padding: 0;
        height: initial;
        width: initial;
        margin-bottom: 0;
        display: none;
        cursor: pointer;
    }

    .custom-checkbox > label {
        position: relative;
        cursor: pointer;
        font-size: 12px;
        user-select: none;
    }

        .custom-checkbox > label:before {
            content: '';
            -webkit-appearance: none;
            background-color: transparent;
            border: 2px solid #666;
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
            padding: 10px;
            display: inline-block;
            position: relative;
            vertical-align: middle;
            cursor: pointer;
            margin-right: 8px;
            margin-top: -5px;
            border-radius: 4px;
        }

    .custom-checkbox > input:checked + label:before {
        border-color: #0079bf;
    }

    .custom-checkbox > input:checked + label:after {
        content: '';
        display: block;
        position: absolute;
        top: -1px;
        left: 9px;
        width: 6px;
        height: 14px;
        border: solid #0079bf;
        border-width: 0 2px 2px 0;
        transform: rotate(45deg);
    }

.enterprise-info {
    height: 0px;
    position: relative;
    overflow: hidden;
}

#enterprise_yn:checked ~ .enterprise-info {
    height: auto;
}


#chkViewPass {
    width: 25px;
    height: 20px;
    position: absolute;
    margin-top: 10px;
    margin-left: -34px;
    z-index: 5;
    cursor: pointer;
    opacity: 0.5;
    transition: all 0.3s;
    right: 10px;
    float: right;
    top: 37px;
}

    #chkViewPass:hover {
        opacity: 0.9;
    }

    #chkViewPass input {
        opacity: 0;
        width: 0px;
        height: 0px;
    }

        #chkViewPass input:checked + span:before {
            background-position: -16px -160px;
        }

    #chkViewPass span:before {
        content: "";
        display: block;
        position: absolute;
        width: 16px;
        height: 16px;
        background: url(../Images/icon_menu1.png);
        background-repeat: no-repeat;
        left: 5px;
        top: 2px;
        background-position: -32px -160px;
    }

.check-capslock {
    display: none;
}

    .check-capslock label {
        position: absolute;
        left: 0px;
        background: #fff;
        padding: 5px 10px;
        border: 1px solid #ff9800;
        border-radius: 4px;
        white-space: nowrap;
        cursor: default;
        font-size: 11px;
        font-weight: 400;
        top: 83px;
        color: #444;
        z-index: 10;
    }

.login-panel.capslock-on #txt_pass:focus ~ .check-capslock {
    display: block;
}

.login-panel .text-input-group {
    position: relative;
    width: 100%;
}

.check-capslock label:after {
    content: '';
    display: block;
    border-right: 1px solid #FF9800;
    border-bottom: 1px solid #FF9800;
    position: absolute;
    width: 7px;
    height: 7px;
    background: #fff;
    -webkit-transform: rotate(226deg);
    -moz-transform: rotate(226deg);
    -o-transform: rotate(226deg);
    -ms-transform: rotate(226deg);
    transform: rotate(226deg);
    top: -4px;
    left: 20px;
}

.select-data-box {
    position: relative;
}

    .select-data-box .select-data {
        width: 100%;
        height: 40px;
        border: 1px solid #ccc;
        border-radius: 4px;
        -webkit-box-shadow: -0px 0px 3px 1px rgba(223, 223, 223, 0.55);
        -moz-box-shadow: -0px 0px 3px 1px rgba(223, 223, 223, 0.55);
        box-shadow: -0px 0px 3px 1px rgba(223, 223, 223, 0.55);
        cursor: pointer;
        outline: none;
        transition: all 0.4s;
        padding: 12px 15px;
        font-size: 13px;
        font-weight: bold;
        color: #3c3f40;
    }

        .select-data-box .select-data:focus {
            border-color: #66afe9;
        }

        .select-data-box .select-data:after {
            margin-right: 5px;
            float: right;
            margin-top: 5px;
        }

#cbo_data {
    opacity: 0;
    width: 0px;
    height: 0px;
    position: absolute;
}

.select-data-box .select-data:focus ~ .select-data-list {
    visibility: visible;
    opacity: 1;
}

.select-data-list {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    width: 100%;
    border-radius: 4px;
    margin-top: 2px;
    z-index: 5;
    visibility: hidden;
    opacity: 0;
}

    .select-data-list label {
        display: block;
        width: 100%;
        padding: 10px 15px;
        font-size: 13px;
        color: #212529;
        background: #fff;
        cursor: pointer;
        transition: visibility 0.4s, opacity 0.2s;
        border-bottom: 1px dashed #ddd;
        margin-bottom: 0px !important;
    }

        .select-data-list label:nth-child(1) {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .select-data-list label:last-child {
            border-bottom: none;
            border-bottom-left-radius: 4px;
            border-bottom-right-radius: 4px;
        }

        .select-data-list label:hover {
            color: #16181b;
            text-decoration: none;
            background-color: #f8f9fa;
        }

.login-loading {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: 99;
    display: none;
}

.login-loading-backdrop {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.5;
}

.captcha-register-group.hide-captcha {
    display: none;
}

.tick-not-blank {
    font-size: 18px;
    position: absolute;
    padding-left: 3px;
    color: red;
    margin-top: -2px;
}

@media only screen and (max-width: 767px) {
    .login-panel-left {
        display: none;
    }

    .login-panel-right {
        width: 100%;
        padding-left: 5%;
        padding-right: 5%;
        padding-top: 5%;
        min-width: initial;
    }

    .header-login-form {
        margin-top: 5%;
    }

    .select-program {
        left: 0px !important;
        width: 100% !important;
    }
}

.captcha-register-group .img-captcha {
    margin-top: -27px;
}

.captcha-register-group .btn-rscaptcha-register {
    width: 28px;
    height: 28px;
    left: -36px;
    background-position: 6px 6px;
}

.box-all-notify {
    width: 25%;
    min-width: 400px;
    max-height: calc(100% - 42px);
    position: absolute;
    bottom: 0px;
    right: 0px;
    z-index: 9999;
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
}

.box-notify {
    width: calc(100% - 10px);
    border: 1px solid transparent;
    margin: 5px;
    padding-bottom: 30px;
    padding-left: 10px;
    font-size: 15px;
    cursor: pointer;
    -webkit-animation-name: notify-fadeIn;
    -webkit-animation-duration: 1s;
    animation-name: notify-fadeIn;
    animation-duration: 1s;
}

.box-notify-hide {
    animation: notify-fadeOut .5s;
    animation-fill-mode: both;
}

.notify-warning {
    color: #fff;
    background-color: #2d2c2c;
    border-color: #c5c4c4;
    border-radius: 5px;
}

.notify-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.btn-close-notify {
    -webkit-appearance: none;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    font-size: 13px;
    width: 22px;
    height: 22px;
    outline: none;
    position: absolute;
    padding-top: 3px;
}

    .btn-close-notify:hover {
        color: red;
    }

@-webkit-keyframes notify-fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0%);
    }
}

@keyframes notify-fadeIn {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200%);
    }

    20% {
        opacity: 0;
    }

    40% {
        opacity: 0.3;
    }

    60% {
        opacity: 0.5;
    }

    80% {
        opacity: 0.9;
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
    }
}

@keyframes notify-fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.text-notify-title {
    width: calc(100% - 17px);
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    min-height: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.text-notify {
    pointer-events: none;
    margin-right: 3px;
    width: 100%;
    padding-right: 5px;
    font-weight: 400;
}

.icon-notify {
    width: 36px;
    height: 36px;
    float: left;
    margin-right: 10px;
    background: url("../Images/all_icon_36.png?v1");
}

.notify-info {
    background-position: 0px -36px;
}

.notify-warning {
    background-position: -36px -36px;
}

.notify-error {
    background-position: -72px -36px;
}

#LoginDFData:after {
    display: block;
    content: " ";
    float: right;
    border-color: #666;
    border-top: 5px dashed;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    position: absolute;
    right: 12px;
    bottom: 17px;
}


.login-panel.loading:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 8;
    background: #fff;
}

.bg-loading {
    display: none;
}

.login-panel.loading .bg-loading {
    position: absolute;
    z-index: 9;
    width: 40px;
    height: 40px;
    border-width: 5px;
    margin: auto;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    display: block;
}

.login-other {
    float: left;
    padding-top: 50px;
    width: 100%;
    margin-bottom: 10px;
}

.split-login-sso {
    position: relative;
    padding-left: 50px;
    padding-right: 50px;
    overflow: hidden;
    height: 20px;
}

    .split-login-sso:before {
        content: '';
        display: block;
        width: calc(100% - 100px);
        height: 1px;
        background: #ddd;
        position: absolute;
        margin-top: 8px;
    }

    .split-login-sso .label-message {
        background: #fff;
        position: absolute;
        margin: auto;
        left: 0px;
        right: 0px;
        width: 125px;
        display: inline-block;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        color: #444;
    }

.login-panel-right .login-other .btn-login {
    margin-top: 20px;
    background-color: #f3f4f6 !important;
    border-color: #ddd !important;
    font-weight: 600;
    font-size: 12px;
    vertical-align: middle;
    line-height: 32px;
    color: #007acc !important;
    transition: border-color 0.2s;
    width: calc(50% - 10px);
    padding-left: 35px;
}
#LoginGoogle:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAQUSURBVFiFtZdbbFRVFIa/debQ6ZTawRG1gEpLbOkFigahRDBB6SVFq1gTUaPP+GKCEaNEIkQTQ0K4+eQDCcZAQtJAgLYQaIEmEEsHGkVCkXqJ194i2ul1pp2zlw+1tQ5n2qF21uP+117fv3f2PmdtIcHoLCua7XN8lWDWgKxUmA8EBAzQDXSiXBW0PmxmX3igsbE/kboyVcJfa1dlicdsE9gIpCfodwD0gCNmT6Ch5ZdpGdCKR72h4cBHApuBlATBsTECsjOjJ/qxtLSMJGwgVFqcI0arFZZNExwblzMGPc9IU9NQrGDHDvStKy4wxtQrMn+G4L2i+okbHGJ2oKdsZbY4BIG5M4JW+VZEX8g4F2yLlzK+A+2Vy9OsQY5rYvCbQFDgd4DR3dJiIP/fFDntWNFXAw0tockKjRtIH7S2KRRNkqsIhzx4dqU3NF13S+gre2KJcaz3Fdr9gUe2SnW1M9VKBCC8e27u8Onsr1XFFyfvtlq6cU79lXNTFbzbsAHsoj/ekXsjvsixHHTojnN5W4xZ7T939dZMwwFET5ERnUUn4DMhL8NHczDdaWO6qqWlyVj5WFhOChWAD8DyR/C+0Yq9+M8xf4eTCQewUNZNHJBZhpQN32Ov7OxyYFcy4QAyUk8QWOGitc0qZfFUBTbsGTosyGvTo3PJAha6asKX0yp6N3wl0wL8bqIaOpJtAJhnAeoqWVjJpivYFtDjKhoyk20ACFnAz26KJaxOPl9+sAW+UiiOlb4x/kXlNUuXnam8dG2yEmrpp+JYx+MiMIUqsj3O7Gs2ynmENycO1zrz+DC6hBGRd4HXJzNwYnNaM9AcT39xz1BVPM1SakQvkB6N0g34HIT9Tg4Ho1njFkUov/ns2frJTMSLl/aFy43hNO6dV7+/13u/JU/TL8oXfdi8NfL4RDiAqHKk8FRFwd3DI0XGcCgOHFUOfr5DwhZAB97dVZEnb180rr1IwDHOxfy6stJE4Rv2hiuM4Tzxm5shE3V2AqN3/eGyyHddpH42Sc2AKmfyassO5daUx21U8+pKlhaerDoSTm2tA70vfjnde/K92e0wYXuyLqxNTR1IuUwinbByS9GgWPIbKgq6gNGblAcgapPZvYk5oXK3yUG7N/Wp6h0y/B8DAPl16xeqRpuBB6c0kUDMCZWT2b0J0fEmp1OMrjq2xTf+7bnjgBSeqihwjHMWWDATJtKGCljQsRU76u8wRkpObPG2TtRdT2hubckiwToq8NhMmPCGs65n/7r/+eNv+36K1Vx/OG3PNfxoD/qLUXYCw/+DPQKy3c5qWe4GhwQep/+ciw+AV4B7EgT3AQc8avbdqGyY3uM0NpbXVKYNEqlU0TUgK4CHgACjz/MuoFNErija4BkYbrzxcmLP878BSA2BsYihx1AAAAAASUVORK5CYII=');
}
#LoginMicrosoft{
    margin-left: 15px;
}
#LoginMicrosoft:before {
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA3QAAAN0BcFOiBwAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAB3SURBVFiF7dWhDYAwFITh/zUIEpiCIVgAUYVgDCZiDSRNUDiWYIr6ssNLk5o7/3pfztTyMl9AxJHhfg1gPbfiuQdS8JZXSgwNywEQQAABBBBAACvF+5PWSfMFuunI7gm+fTQAnt79RvMFBBBAAAEEECAAqWF/+gEjLhIKA1e9QwAAAABJRU5ErkJggg==');
}
    .login-panel-right .login-other .btn-login:hover, .login-panel-right .login-other .btn-login:active, .login-panel-right .login-other .btn-login:focus {
        background-color: #f3f4f6 !important;
        border-color: #3aa4e2 !important;
    }

.login-other .btn-login:before {
    content: '';
    display: block;
    background-repeat: no-repeat;
    background-size: 20px;
    width: 32px;
    height: 30px;
    position: absolute;
    margin-left: 4px;
    top: 6px;
    background-position-y: 6px;
    border-right: 1px solid #ddd;
    left: 10px;
}
