/*//////////////////////////////////////////////////////////////////
[ FONT ]*/
@font-face {
    font-family: Avenir-LT;
    src: url('../fonts/avenir/Avenir-LT-Std-85-Heavy_5177.ttf');
}

@font-face {
    font-family: Avenir-LT-55;
    src: url('../fonts/avenir/Avenir-LT-Std-55-Roman_5173.ttf');
}

@font-face {
    font-family: Avenir-LT-65;
    src: url('../fonts/avenir/Avenir-LT-Std-65-Medium_5175.ttf');
}

@font-face {
    font-family: Lato-Black;
    src: url('../fonts/lato/Lato-Black.ttf');
}

@font-face {
    font-family: Lato-Medium;
    src: url('../fonts/lato/Lato-Medium.ttf');
}

@font-face {
    font-family: Lato-Regular;
    src: url('../fonts/lato/Lato-Regular.ttf');
}

@font-face {
    font-family: Lato;
    src: url('../fonts/lato/Lato-Light.ttf');
}

/*//////////////////////////////////////////////////////////////////
[ RESTYLE TAG ]*/

* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}

body, html {
    height: 100%;
}

body {
    background-image: url(/images/imgpsh_fullsize_anim.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 100%;
    display: table !important;
}

.website-link {
    width: 100%;
    text-align: center;
    float: left;
    color: #337ab7;
    font-size: 12px;
    font-weight: 500;
    font-family: Avenir-LT-65;
}
/*---------------------------------------------*/
a {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

    a:focus {
        outline: none !important;
    }

    a:hover {
        text-decoration: none;
        color: #6675df;
    }

/*---------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    margin: 0px;
}

p {
    font-size: 14px;
    line-height: 1.7;
    color: #666666;
    margin: 0px;
}

ul, li {
    margin: 0px;
    list-style-type: none;
}


/*---------------------------------------------*/
input {
    outline: none;
    border: none;
}

textarea {
    outline: none;
    border: none;
}

    textarea:focus, input:focus {
        border-color: transparent !important;
    }

        input:focus::-webkit-input-placeholder {
            color: transparent;
        }

        input:focus:-moz-placeholder {
            color: transparent;
        }

        input:focus::-moz-placeholder {
            color: transparent;
        }

        input:focus:-ms-input-placeholder {
            color: transparent;
        }

        textarea:focus::-webkit-input-placeholder {
            color: transparent;
        }

        textarea:focus:-moz-placeholder {
            color: transparent;
        }

        textarea:focus::-moz-placeholder {
            color: transparent;
        }

        textarea:focus:-ms-input-placeholder {
            color: transparent;
        }

input::-webkit-input-placeholder {
    color: #999999;
}

input:-moz-placeholder {
    color: #999999;
}

input::-moz-placeholder {
    color: #999999;
}

input:-ms-input-placeholder {
    color: #999999;
}

textarea::-webkit-input-placeholder {
    color: #999999;
}

textarea:-moz-placeholder {
    color: #999999;
}

textarea::-moz-placeholder {
    color: #999999;
}

textarea:-ms-input-placeholder {
    color: #999999;
}


label {
    display: block;
    margin: 0;
    color: #3c4852;
    font-size: 13px;
    font-weight: bold;
    font-family: Avenir-LT;
}

/*---------------------------------------------*/
button {
    outline: none !important;
    border: none;
    background: transparent;
}

    button:hover {
        cursor: pointer;
    }

iframe {
    border: none !important;
}

/*//////////////////////////////////////////////////////////////////
[ utility ]*/

/*==================================================================
[ Text ]*/
.txt1 {
    font-family: Lato-Medium;
    font-size: 14px;
    line-height: 1.4;
    color: #337ab7;
    text-decoration: none;
}

.forgot_pw {
    text-align: center;
    margin-top: 10px;
}

.txt2 {
    font-size: 19px;
    line-height: 1.4;
    color: #3c4852;
    font-weight: bold;
    font-family: Avenir-LT;
}

.login-border {
    height: 1px;
    border-bottom: 1px solid #e9e8e7;
    margin-top: 32px;
}

/*==================================================================
[ Size ]*/
.size1 {
    width: 355px;
    max-width: 100%;
}

.size2 {
    width: calc(100% - 43px);
}

.microsoft {
    text-align: center;
    margin-top: 36px;
}

    .microsoft a {
        padding: 12px 48px;
        border: 1px solid #c8c8c8;
        border-radius: 5px;
        font-size: 19px;
        color: #3c4852;
        font-weight: bold;
        text-decoration: none;
        font-family: Avenir-LT;
    }

.maintenance {
    text-align: center;
    padding-top: 9px;
    line-height: 12px;
    color: #646464;
    padding-left: 10px;
    padding-right: 10px;
    background-color: rgba(233, 232, 231, 0.5);
    padding-bottom: 10px;
    margin-top: 15px;
}

.login-form-design2 {
    padding-bottom: 14px;
    background: #ffffff;
}

.System-Maintenance {
    font-size: 12px !important;
    font-family: Avenir-LT-55;
}

.text-style-2 {
    font-weight: bold;
}

.microsoft img {
    position: relative;
    top: 3px;
    left: -10px;
}

.text-style-1 {
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #e22424;
    padding-bottom: 5px;
}

.login-form-padding {
    padding: 150px 112px 55px 112px;
}
/*==================================================================
[ Background ]*/
.bg1 {
    background: #3b5998;
}

.bg2 {
    background: #1da1f2;
}

.bg3 {
    background: #cd201f;
}


/*//////////////////////////////////////////////////////////////////
[ login ]*/
.limiter {
    width: 100%;
    margin: 0 auto;
}

.container {
    width: 100%;
    /* min-height: 100vh; */
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background: #f2f2f2;
    display: table-cell !important;
    vertical-align: middle !important;
    background: transparent !important;
}


.wrap {
    width: 100%;
    background: #fff;
    overflow: hidden;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    align-items: stretch;
    flex-direction: row-reverse;
}

/*==================================================================
[ login more ]*/
.login-more {
    width: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    z-index: 1;
    background-size: cover;
    background-position-x: 0px;
    padding-right: 25px;
}

.social-icons {
    position: relative;
    top: 40px;
    left: 40px;
}

    .social-icons a {
        padding-right: 5px;
    }

.login-more::before {
    content: "";
    display: block;
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.1);
}



/*==================================================================
[ Form ]*/

.login-form {
    width: 50%;
    min-height: 100vh;
    display: block;
    background-color: transparent;
}

.login-form-title {
    width: 100%;
    display: block;
    font-size: 30px;
    color: #333333;
    line-height: 1.2;
    position: relative;
    left: 31px;
}
/*------------------------------------------------------------------
[ Input ]*/

.wrap-input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    width: 100%;
    height: 53px;
    position: relative;
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    margin-bottom: 33px;
}

.label-input {
    font-size: 18px;
    color: #999999;
    line-height: 1.2;
    display: block;
    position: absolute;
    pointer-events: none;
    width: 100%;
    padding-left: 24px;
    left: 0;
    top: 30px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.input {
    display: block;
    width: 100%;
    background: transparent;
    font-size: 18px;
    color: #555555;
    line-height: 1.2;
    padding: 0 26px;
}

input.input {
    height: 100%;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

/*---------------------------------------------*/

.focus-input {
    position: absolute;
    display: block;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    top: -1px;
    left: -1px;
    pointer-events: none;
    border: 1px solid #6675df;
    border-radius: 10px;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: scaleX(1.1) scaleY(1.3);
    -moz-transform: scaleX(1.1) scaleY(1.3);
    -ms-transform: scaleX(1.1) scaleY(1.3);
    -o-transform: scaleX(1.1) scaleY(1.3);
    transform: scaleX(1.1) scaleY(1.3);
}

.input:focus + .focus-input {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.eff-focus-selection {
    visibility: visible;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.input:focus {
    height: 48px;
}

    .input:focus + .focus-input + .label-input {
        top: 14px;
        font-size: 13px;
    }

.has-val {
    height: 48px !important;
}

    .has-val + .focus-input + .label-input {
        top: 14px;
        font-size: 13px;
    }

/*==================================================================
[ Restyle Checkbox ]*/

.input-checkbox {
    display: none;
}

.label-checkbox {
    font-size: 13px;
    color: #999999;
    line-height: 1.4;
    display: block;
    position: relative;
    padding-left: 26px;
    cursor: pointer;
}

    .label-checkbox::before {
        content: "\f00c";
        font-family: FontAwesome;
        font-size: 13px;
        color: transparent;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        width: 18px;
        height: 18px;
        border-radius: 2px;
        background: #fff;
        border: 1px solid #6675df;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -o-transform: translateY(-50%);
        transform: translateY(-50%);
    }

.input-checkbox:checked + .label-checkbox::before {
    color: #6675df;
}


/*------------------------------------------------------------------
[ Button ]*/
.container-login-form-btn {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.login-form-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
    width: 100%;
    height: 53px;
    border-radius: 4px;
    background: #1f3966;
    margin-top: 4px;
    font-family: Avenir-LT;
    font-size: 17px;
    color: #fff;
    line-height: 1.2;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    -moz-transition: all 0.4s;
    transition: all 0.4s;
}

.login100-form-btn:hover {
    background: #333333;
}

.ui-mobile-view {
    display: none;
}
/*------------------------------------------------------------------
[ Responsive ]*/

@media (max-width: 992px) {
    .login100-form {
        width: 50%;
        padding-left: 30px;
        padding-right: 30px;
    }

    .login100-more {
        width: 50%;
    }

    .ui-desktop-view {
        display: none !important;
    }

    .ui-mobile-view {
        display: block !important;
    }
}

@media (max-width: 768px) {
    .login100-form {
        width: 100%;
    }

    .wrap.login2_wrap .login_design_2 {
        padding-left: 0px !important;
    }

    .login100-more {
        display: none;
    }
}

@media (max-width: 576px) {
    .login100-form {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 70px;
    }
}


/*------------------------------------------------------------------
[ Alert validate ]*/

.validate-input {
    position: relative;
}

.alert-validate::before {
    content: attr(data-validate);
    position: absolute;
    z-index: 100;
    max-width: 70%;
    background-color: #fff;
    border: 1px solid #c80000;
    border-radius: 2px;
    padding: 4px 25px 4px 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 12px;
    pointer-events: none;
    color: #c80000;
    font-size: 13px;
    line-height: 1.4;
    text-align: left;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    -o-transition: opacity 0.4s;
    -moz-transition: opacity 0.4s;
    transition: opacity 0.4s;
}

.alert-validate::after {
    content: "\f12a";
    font-family: FontAwesome;
    display: block;
    position: absolute;
    z-index: 110;
    color: #c80000;
    font-size: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 18px;
}

.alert-validate:hover:before {
    visibility: visible;
    opacity: 1;
}

@media (max-width: 992px) {
    .alert-validate::before {
        visibility: visible;
        opacity: 1;
    }
}



/*==================================================================
[ Social ]*/
.login-form-social-item {
    width: 36px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    border-radius: 50%;
}

    .login-form-social-item:hover {
        background: #333333;
        color: #fff;
    }

.footer-countries {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 0;
    background-color: rgba(241, 248, 254, 0.75);
    padding: 10px 5px 0px 0px;
}

.find-us {
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    color: #ababab;
    font-family: Avenir-LT-65;
    width: 71px;
    text-align: center;
    display: inline-block;
    background: #fff;
}

.find-over {
    text-align: center;
    position: relative;
    top: -12px;
}

.border-findus {
    border-bottom: 1px solid #e7e8e9;
    padding-top: 23px;
}

.login-form-padding input {
    color: #3c4852;
    font-weight: bold;
    font-family: Avenir-LT;
    padding: 0 15px;
    font-size: 14px;
}

    .login-form-padding input::placeholder {
        color: #3c4852;
        font-weight: bold;
        font-family: Avenir-LT;
    }

.login_design_2 .wrap-input {
    border-bottom: 2px solid #c4c4c4 !important;
    border: none;
    border-radius: 0px;
}

.login2_wrap {
    padding: 30px 40px 10px 40px;
    background: #ffffff !important;
    border-radius: 5px;
    box-shadow: 0 4px 8px 0 rgb(31 57 102 / 12%);
    height: 730px;
}

    .login2_wrap .login-more::before {
        background: transparent;
    }

body {
    padding: 0px 80px 0px 80px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.login_design_2 {
    padding-left: 25px;
}

.login-form-padding_2 {
    background: #fff;
    padding: 45px 0px 25px 0px;
    border-radius: 5px;
    margin-top: 8px;
}

.wrap.login2_wrap .input {
    padding: 0px !important;
    font-size: 14px;
}

.description {
    font-style: oblique;
    line-height: 1.25;
    color: #337ab7;
    font-family: Avenir-LT-55;
    font-size: 20px;
    width: 65%;
}

.title-txt span {
    font-family: Avenir-LT;
    font-size: 28px;
    font-weight: 900;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #3c4852;
}

.find_more button a {
    font-size: 14px !important;
    text-decoration: none !important;
}

.find_more button {
    width: 194px;
    height: 45px;
    flex-grow: 0;
    margin-top: 10px;
    font-size: 20px;
    font-weight: 800;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #fff;
    font-family: Lato-Black;
    border-radius: 25px;
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
    background-color: #feffff;
    color: #337ab7;
    padding: 6px 19.4px 13px 20px;
}

.login-form-title img {
    width: 145px;
    padding-bottom: 15px;
}

.social-icons_2 {
    position: relative;
    text-align: center;
}

.wrap.login2_wrap .login-form-title {
    width: 50%;
    float: left;
    position: inherit;
}

.social-icons_2 img {
    width: 45px;
    margin: 0px 3px;
}

.login-form-padding_2 .wrap-input {
    margin-bottom: 12px !important;
    height: 50px !important;
}

.login-image img {
    width: 80%;
}

.login-image {
    text-align: center;
    width: 100%;
}

.login-form-padding_2 input::placeholder {
    color: #606060;
    font-weight: bold;
    font-family: Avenir-LT;
}

.login-form-padding_2 .login-form-btn {
    margin-top: 40px;
    height: 45px !important;
    font-family: Avenir-LT;
}

.title-txt {
    margin-bottom: 20px;
}

.login-form {
    min-height: auto !important;
}

.login_screen_2 .container {
    min-height: auto !important;
}

.login-form-btn {
    cursor: pointer;
}

@media only screen and (min-width: 1921px) {
    .container {
        width: 1440px !important;
        height: 800px !important;
        margin: auto !important;
        display: block !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .containernew {
        width: 1440px !important;
        height: 800px !important;
        margin: auto !important;
        display: block !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .title-txt {
        width: 100% !important;
    }

    .description {
        width: 100% !important;
    }
}

@media only screen and (min-width: 1900px) {
    .container {
        width: 1440px !important;
        height: 700px !important;
        margin: auto !important;
        display: block !important;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }
}

@media only screen and (max-width: 768px) and (min-width: 480px) {
    body {
        padding: 20px !important;
        background-size: 100% 100%;
    }

    .wrap.login2_wrap {
        padding: 20px 20px 20px 20px;
        margin-top: 0px !important;
    }

    .login-more {
        padding: 0px 20px;
        width: 100%;
    }

    .login_design_2 {
        padding-left: 0px;
    }

    .find_more {
        text-align: center;
    }

    .login-form {
        width: 100%;
    }

    .login-image img {
        padding-top: 20px;
    }

    .login-form-padding_2 {
        padding: 0px 0px 0px 0px;
    }

    .login-form-design2 {
        padding: 0px 20px 0px 20px;
    }

    .title-txt {
        width: 100% !important;
    }

    .description {
        width: 100% !important;
    }
}

@media only screen and (max-width: 479px) {
    body {
        padding: 20px !important;
        background-size: 100% 100%;
        height: auto !important;
    }

    .title-txt {
        width: 100% !important;
    }

    .description {
        width: 100% !important;
    }

    .System-Maintenance {
        font-size: 9px !important;
        font-family: Avenir-LT-55;
    }

    .wrap.login2_wrap {
        padding: 20px 20px 0px 20px;
    }

    .login-more {
        padding: 20px 0px;
        width: 100%;
        text-align: center;
    }

    .login_design_2 {
        padding-left: 0px;
    }

    .find_more {
        text-align: center;
    }

    .login-form {
        width: 100%;
    }

    .login-image img {
        width: 100%;
    }

    .login-form-padding_2 {
        margin-top: 0px !important;
        padding: 0px 0px 36px 0px;
    }

    .login-form-design2 {
        padding: 13px 13px 13px 13px;
    }

    .login-form-padding_2 .login-form-btn {
        margin-top: 20px;
    }

    .title-txt span {
        font-size: 17px;
    }

    .description {
        font-size: 12px;
    }

    .title-txt {
        margin-bottom: 15px;
    }

    .forgot_pw {
        text-align: center;
        margin-top: 17px;
    }

    .find_more button {
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .login-form-title img {
        padding-bottom: 20px !important;
        width: 130px;
    }

    .login-form-padding_2 .login-form-btn {
        height: 40px !important;
    }
}

@media only screen and (max-width: 1440px) and (min-width: 1024px) {
    .login-form-padding_2 .wrap-input {
        height: 50px !important;
    }

    .maintenance {
        margin-top: 5px !important;
    }

    .login-form-title img {
        width: 140px;
    }

    .forgot_pw {
        text-align: center;
        margin-top: 15px !important;
    }

    .title-txt span {
        font-size: 20px !important;
    }

    .title-txt {
        margin-bottom: 10px;
        width: 100%;
    }

    .description {
        width: 100%;
        font-size: 14px;
    }

    .find_more button {
        width: 155px;
        height: 34px;
        flex-grow: 0;
        margin-top: 10px;
        font-size: 14px;
    }

    .login-image img {
        width: 68%;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .login-form-title.p-b-43 img {
        padding-bottom: 60px !important;
    }

    .login-form-padding_2 {
        padding: 50px 0px 20px 0px;
    }

        .login-form-padding_2 .login-form-btn {
            font-family: Avenir-LT;
        }

    .login2_wrap {
        padding: 20px 30px 10px 30px !important;
        height: 595px;
    }

    body {
        padding: 0px 50px 0px 50px;
        background-size: 100% 100%;
        background-repeat: no-repeat;
    }

    .login_design_2 {
        padding-left: 15px;
    }

    .login-more {
        padding-right: 15px;
    }

    .wrap.login2_wrap .login-form-title {
        padding-left: 0px !important;
    }

    .ui-desktop-view img {
        width: 140px !important;
        padding-bottom: 10px;
    }
}

@media only screen and (max-width: 1549px) and (min-width: 1441px) {
    .login-image img {
        width: 63% !important;
    }

    .login2_wrap {
        height: 635px;
    }

    .description {
        width: 100% !important;
    }

    .title-txt {
        width: 100% !important;
    }

    .border-findus {
        width: 100% !important;
    }

    .find-over {
        width: 100% !important;
    }

    .social-icons_2 {
        padding-right: 0px !important;
    }

    .website-link {
        padding-right: 0px !important;
    }

    .login-image {
        text-align: center !important;
        padding-bottom: 10px;
        padding-top: 10px;
    }

    .title-txt span {
        font-size: 22px;
    }

    .ndi-qr-page {
        padding-top: 35px !important;
    }

    .ui-desktop-view {
        padding-bottom: 10px !important;
    }
}

@media only screen and (max-width: 1920px) and (min-width: 1550px) {
    .title-txt span {
        font-family: Avenir-LT;
        font-size: 24px !important;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: normal;
        letter-spacing: normal;
        text-align: left;
        color: #3c4852;
    }

    .border-findus {
        width: 100%;
    }

    .description {
        font-style: oblique;
        line-height: 1.25;
        color: #337ab7;
        font-family: Avenir-LT-55;
        font-size: 18px !important;
        width: 100% !important;
    }

    .title-txt {
        margin-bottom: 10px;
    }

    .wrap.login2_wrap .input {
        font-size: 18px;
    }

    .social-icons_2 {
        position: relative;
        text-align: center;
        padding-top: 5px;
    }

    .login-form-padding_2 .wrap-input {
        margin-bottom: 30px !important;
        height: 40px !important;
    }

    .System-Maintenance {
        font-size: 16px !important;
    }

    .maintenance {
        line-height: 14px !important;
        padding-top: 10px;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        margin-top: 25px;
    }

    .login-form-title img {
        width: 170px;
    }

    .login-image img {
        width: 65% !important;
    }

    .login_design_2 {
        padding-left: 25px;
    }

    .login-form-padding_2 {
        background: #fff;
        padding: 60px 0px 20px 0px;
    }

        .login-form-padding_2 .login-form-btn {
            margin-top: 20px;
        }

    .txt1 {
        font-family: Lato-Medium;
        font-size: 18px;
        line-height: 1.4;
        color: #337ab7;
        text-decoration: none;
    }

    .find_more button {
        width: 194px !important;
        height: 40px !important;
        margin-top: 10px;
        font-size: 18px !important;
        font-weight: 800;
        text-align: center;
        color: #fff;
        font-family: Lato-Black;
        border-radius: 25px;
        box-shadow: 0 2px 8px 0 rgb(0 0 0 / 10%);
        background-color: #feffff;
        color: #337ab7;
        padding: 9px 19.4px 13px 20px !important;
    }

    .login-image {
        width: 100%;
    }

    .login-form-title img {
        padding-bottom: 15px !important;
    }

    .find-us {
        font-size: 16px;
        width: 90px;
    }

    .login2_wrap {
        height: 665px !important;
    }

    .title-txt span {
        font-size: 22px;
    }

    .text-style-21 p {
        font-size: 14px !important;
    }

    .ndi-qr-page {
        padding-top: 35px !important;
    }

    .ui-desktop-view {
        padding-bottom: 10px !important;
    }
}

.ndi-qr-page {
    padding-top: 35px !important;
}

@media only screen and (max-width: 1219px) and (min-width: 1100px) {
    body {
        padding: 0px 75px 0px 75px;
        background-size: 100% 100%;
    }

    .login-form-padding_2 .login-form-btn {
        margin-top: 25px;
    }

    .login-form-title img {
        padding-bottom: 25px;
        width: 130px;
    }
}

@media only screen and (max-width: 1099px) and (min-width: 970px) {
    body {
        padding: 0px 55px 0px 55px;
        background-size: 100% 100%;
    }

    .login-form-padding_2 .login-form-btn {
        margin-top: 25px;
    }

    .login-form-title img {
        padding-bottom: 25px;
        width: 130px;
    }

    .login-form-padding_2 {
        padding: 15px 0px 15px 0px;
    }

    .login2_wrap {
        padding: 55px 55px 55px 55px;
    }

    .login-image img {
        width: 75%;
    }
}

@media only screen and (max-width: 969px) and (min-width: 769px) {
    body {
        padding: 0px 35px 0px 35px !important;
        background-size: 100% 100%;
    }

    .login-form-padding_2 .login-form-btn {
        margin-top: 25px;
    }

    .login-form-title img {
        padding-bottom: 25px;
        width: 130px;
    }

    .login-form-padding_2 {
        padding: 30px 30px 30px 30px;
    }

    .login2_wrap {
        padding: 35px 35px 35px 35px;
    }

    .login_design_2 {
        padding-left: 30px;
    }

    .title-txt {
        width: 100%;
    }

    .description {
        width: 100%;
    }
}

@media only screen and (max-width: 1600px) and (min-width: 1441px) {
    .find_more button {
        height: 40px !important;
        margin-top: 10px !important;
        position: relative;
    }

    .description {
        font-size: 14px !important;
    }

    .description {
        width: 100% !important;
    }

    .border-findus {
        width: 100% !important;
    }
}

@media only screen and (max-width: 1024px) and (min-width: 320px) {
    .login-more {
        padding-right: 20px !important;
    }

    .title-txt {
        width: 100%;
        margin-bottom: 10px;
    }

    .description {
        width: 100%;
        font-size: 14px;
    }

    .login-image {
        padding-top: 30px;
    }

    .border-findus {
        padding-top: 30px;
    }

    .title-txt span {
        font-size: 18px;
    }

    .find_more button {
        width: 170px;
        height: 35px;
        padding: 3px 19.4px 13px 20px;
        font-size: 18px;
    }

    .login-form-title img {
        padding-bottom: 15px !important;
    }

    .login2_wrap {
        padding: 30px 30px 30px 30px;
    }

    .login-form-padding_2 {
        margin-top: 10px;
    }
}

/* UI Navigation */
.ui-fill-nav {
    background-color: #337ab7;
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow: hidden;
}

    .ui-fill-nav li {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 16.666667%;
    }

        .ui-fill-nav li a {
            padding: 0px;
            display: block;
            text-align: center;
            font-size: 16px !important;
            line-height: 48px;
            font-weight: 500 !important;
            color: #fff !important;
        }

            .ui-fill-nav li a:hover {
                color: #fff !important;
                background-color: #1f3966 !important;
                border: none !important;
            }

            .ui-fill-nav li a.active, .ui-fill-nav ul li a.active:hover {
                color: #fff !important;
                font-weight: 900;
                background-color: #1f3966 !important;
                border: none;
            }

.nav-tabs .nav-link {
    border: none;
    border-radius: 0px !important;
    color: #337ab7;
    font-weight: 500;
    opacity: 1;
    border-bottom: 2px solid transparent !important;
}

.nav-tabs .active .nav-link {
    font-weight: 500;
    border-bottom: 2px solid #4886bc !important;
    color: #242424 !important;
    font-weight: 600;
}

.ui-tab-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: 1px solid #e9e8e7;
    /* position: relative; */ /* top: 1px; */
}

    .ui-tab-nav li a {
        padding: 0px 25px;
        display: block;
        text-align: center;
        font-size: 16px;
        line-height: 42px;
        font-weight: 500;
        color: #242424;
    }

        .ui-tab-nav li a.active, .ui-tab-nav li a.active:hover {
            /* border-bottom: 2px solid #4886bc !important; */
            opacity: 1;
        }

        .ui-tab-nav li a:hover {
            opacity: .8;
        }

.ui-nav-btn li a {
    font-size: 16px;
    font-weight: 500;
    color: #242424;
}

    .ui-nav-btn li a.active, .ui-nav-btn li a.active:hover {
        font-weight: 500;
        background-color: #1f3966 !important;
    }

.emp-edit-tab .nav-item {
    display: none;
}

    .emp-edit-tab .nav-item.active {
        display: block !important;
    }

.highlight {
    background-color: #e6eef6;
}

.ui-tabs-left {
    border-bottom: none;
}

    .ui-tabs-left > li {
        display: block;
        width: 200px;
    }

.login-form-design2 .nav-tabs .login-form-design2 .nav-link:focus, .nav-tabs .nav-link:hover {
    background: none !important;
}

@media only screen and (min-width: 769px) and (max-width: 900px) {
    .ui-tab-nav li a {
        padding: 0px 10px !important;
        font-size: 12px;
    }

    .login-more {
        width: 100%;
    }

    .login_design_2 {
        width: 100%;
        padding-left: 0px !important;
    }
}

@media only screen and (min-width:901px) and (max-width:1199px) {
    .ui-tab-nav li a {
        padding: 0px 15px !important;
        font-size: 12px;
    }
}

@media only screen and (max-width: 992px) and (min-width: 320px) {
    .login2_wrap {
        padding: 25px 25px 25px 25px !important;
        display: block;
        display: grid !important;
        height: auto !important;
    }

    .login-more {
        width: 100%;
        order: 1;
        padding-right: 0px !important;
        display: block !important;
    }

    .login_design_2 {
        width: 100%;
        order: 0;
        padding-left: 0px !important;
    }

    body {
        padding: 25px 35px 25px 35px;
    }
}

.w-50 {
    width: 50%;
}

.w-100 {
    width: 100%;
}

.m-0 {
    margin: 0px !important;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    border: none;
}

@media only screen and (max-width: 1360px) and (min-width: 768px) {
    .text-style-21 p {
        font-size: 10px !important;
    }

    .login2_wrap {
        padding: 20px 30px 10px 30px !important;
        height: 575px;
    }

    .title-txt span {
        font-size: 18px !important;
    }

    .description {
        width: 100%;
        font-size: 14px;
    }
}
