@font-face {
    font-family: 'Nunito Sans Regular';
    src: url('./../assets/nunito-sans/NunitoSans-Regular.ttf') format('woff'), url('./../assets/nunito-sans/NunitoSans-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans semi-Bold';
    src: url('./../assets/nunito-sans/NunitoSans-SemiBold.ttf') format('woff'), url('./../assets/nunito-sans/NunitoSans-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans Bold';
    src: url('./../assets/nunito-sans/NunitoSans-Bold.ttf') format('woff'), url('./../assets/nunito-sans/NunitoSans-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Nunito Sans Extra Bold';
    src: url('./../assets/nunito-sans/NunitoSans-ExtraBold.ttf') format('woff'), url('./../assets/nunito-sans/NunitoSans-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


body {
    box-sizing: border-box;
    margin: auto;
    letter-spacing: 0.2px !important;
    background: radial-gradient(circle at 10% 100%, #007BFF 0%, #26467E 70%);
}

.authentication-wrapper {
    /*    height: 100vh;*/
    background: radial-gradient(circle at 10% 100%, #007BFF 0%, #26467E 70%);
}

.auth-fluid {
    margin: 0px auto;
    padding: 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.pwd-reset .auth-fluid {
    min-height: auto;
    margin: auto;
    max-width: 100%;
}

.login-left-block {
    padding: 1.8rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    border-radius: 15px;
    background-color: #E9ECF1;
    max-width: 500px;
    width: 100%;
    border: 3.6px solid rgba(255,255,255,.24);
    background: radial-gradient(56.2% 56.63% at 16.57% -12.79%, #FFF 0%, rgba(255, 255, 255, 0.00) 100%), rgba(255, 255, 255, 0.76);
    box-shadow: 2px 8px 10px #00000040;
}

.infotech-logo {
    width: 140px;
}

.login-text {
    font-family: 'Nunito Sans semi-Bold';
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4;
    color: #414141;
}

.hrms-text {
    font-family: 'Nunito Sans Extra Bold';
    font-size: 20px;
    line-height: 1.4;
    color: #242424;
    margin-bottom: 16px;
}

.product-label {
    padding: 2px 8px;
    font-size: 12px;
    color: #1F3966;
    font-weight: 800;
    font-family: 'Nunito Sans Extra Bold';
    background-color: rgba(168, 200, 255, 0.44);
    border: 1px solid #99B8EC;
    border-radius: 4px;
}

.login-type-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

    .login-type-input-group .form-check {
        position: relative;
        padding-left: 0px;
        ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
    }

        .login-type-input-group .form-check input {
            margin: 0px;
            position: absolute;
            top: 11px;
            left: 14px;
        }

    .login-type-input-group label {
        margin: 0px;
        padding: 8px 20px 8px 40px;
        font-family: 'Nunito Sans Bold';
        font-size: 14px;
        font-weight: 600;
        background-color: #fff;
        border-radius: 6px;
        width: 100%;
        border: 1px solid transparent;
    }

    .login-type-input-group input:checked + label {
        background-color: #E1ECFF;
        border: 1px solid #007AFF;
    }

.reset-password-text {
    font-family: 'Nunito Sans Bold';
    font-size: 20px;
    line-height: 1.4;
    color: #414141;
}

.contact-block {
    margin-top: auto;
    padding-top: 12px;
}

.input-filed {
    border: 1px solid transparent;
    background-color: #ffffff;
    border-radius: 6px;
    width: 100%;
    height: 40px;
    outline: none;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans Bold' !important;
    padding: 8px 16px;
}

    .input-filed:focus {
        border: 1px solid #1F4296 !important;
    }

    .input-filed::placeholder {
        font-family: 'Nunito Sans Regular' !important;
    }

.view-password-icon {
    width: 16px;
    height: 16px;
    right: 10px;
    top: 12px;
}

.reset-password-view-icon {
    width: 16px;
    height: 16px;
    right: 10px;
    top: 42px;
}

.login-button {
    border: 1px solid #2E5392;
    background-color: #2E5392;
    border-radius: 6px;
    width: 100%;
    height: 48px;
    outline: none;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans Bold' !important;
    color: #fff;
    transition: all 0.3s ease-in-out;
    margin-bottom: 12px;
}

    .login-button:hover {
        background-color: #2E5392;
        color: #FFF;
    }

.save-password-button {
    border: 1px solid #BEBEBE;
    background-color: #BEBEBE;
    border-radius: 6px;
    width: 100%;
    height: 36px;
    outline: none;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans semi-Bold' !important;
    color: #808080;
    transition: all 0.3s ease-in-out;
}

.singpass-button {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans Bold' !important;
    color: #1F3966;
    width: 100%;
    height: 47px;
    outline: none;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 6px;
}

.activate-text {
    color: #2E5392;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans semi-Bold' !important;
    margin-bottom: 15px;
    cursor: pointer;
    text-decoration: underline;
}

.singpass-img {
    width: 75px;
    height: 32px;
}

.yet-to-get-text {
    color: #132441;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans semi-Bold' !important;
}

.reach-out-text {
    color: #1F4296;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans semi-Bold' !important;
}

.contact-text-block {
    padding-bottom: 6px !important;
    margin-bottom: 6px;
}

.connect-with-us-text {
    color: #344054;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans Bold';
}

.connect-with-us-block {
    border-right: 1px solid #C2C2C2;
}

.country-text {
    color: #1F4296;
    font-size: 12px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans semi-Bold' !important;
    padding-right: 6px;
    border-right: 1px solid #C2C2C2;
    margin-right: 6px;
    cursor: pointer;
    text-decoration: none;
}

.social-media-icons {
    width: 14px;
    height: 14px;
}

.country-text:hover {
    color: #000000;
}

.india-text {
    border: 0px;
}

.award-winning-text {
    color: #FFD15E;
    font-size: 36px;
    line-height: 1.5;
    font-family: 'Nunito Sans Extra Bold';
}

.business-text {
    margin-bottom: 20px;
    font-size: 18px;
    font-family: 'Nunito Sans semi-Bold';
    line-height: 1.5;
    color: #fff;
}

    .business-text em {
        margin: 0px 0px 0px 5px;
        padding: 1px 4px;
        display: inline-block;
        vertical-align: super;
        font-size: 8px;
        font-family: 'Nunito Sans Extra Bold';
        text-transform: uppercase;
        color: #204F93;
        font-style: normal;
        position: relative;
        top: -5px;
        background-color: #FFD15E;
        border-radius: 3px;
        animation: moveVertical 3s ease-in-out infinite;
    }

@keyframes moveVertical {
    0% {
        transform: translateY(0); /* Starting position */
    }

    50% {
        transform: translateY(-6px); /* Moves 20px UP */
    }

    100% {
        transform: translateY(0); /* Returns to start */
    }
}

.login-right-block {
    margin: auto 0px;
    position: relative;
    padding: 0px 0px 0px 50px;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.right-hrms-text {
    color: #F6B719;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: 'Nunito Sans Bold' !important;
}

.accounting-text {
    color: #fff;
    font-size: 16px !important;
    line-height: 1.5 !important;
    font-family: 'Nunito Sans Bold' !important;
}

.ai-course-text {
    padding: 8px 12px;
    border-radius: 40px;
    color: #1F3966;
    font-size: 14px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans Bold';
    background-color: #dfdfdf;
    box-shadow: 3px 3px 4px #00000040;
}

.svg-icons {
    width: 16px;
    height: 16px;
}

.learn-more-button {
    margin: 10px 0px 0px;
    display: none !important;
    padding: 4px 10px;
    font-size: 14px;
    cursor: pointer;
    color: #274C82;
    font-family: 'Nunito Sans Bold';
    background-color: #fff;
    border: none;
    border-radius: 6px;
    border: 1px solid #ffffff;
    transition: all 0.3s ease-in-out;
}

    .learn-more-button:hover {
        background-color: transparent;
        color: #fff;
    }

.empower-img {
    width: 60%;
}

.accounting-img {
    width: 60%;
}

.generate-otp-button {
    border: 1px solid #828282;
    color: #383838;
    font-family: 'Nunito Sans semi-Bold';
    font-size: 12px;
    border-radius: 4px;
    background-color: transparent;
    padding: 5px 10px;
    position: absolute;
    right: 6px;
    top: 5px;
    transition: all 0.3s ease-in-out;
}

    .generate-otp-button:hover {
        color: #fff;
        background-color: #2e5392;
        border-color: #2e5392;
    }

.country-code-dropdown {
    color: rgb(56, 56, 56);
    font-family: "Nunito Sans semi-Bold";
    width: 100px;
    font-size: 12px;
    padding: 10px;
}

    .country-code-dropdown:focus {
        box-shadow: none !important;
    }

.append-text {
    font-size: 11px;
    color: #242424;
    font-family: 'Nunito Sans Regular';
    line-height: 1.2;
    padding-left: 5px;
}

.invalid-append-text {
    font-size: 14px;
    color: #A13737;
    font-family: 'Nunito Sans Regular';
    line-height: 1.2;
}

.password-ready-text {
    font-size: 14px;
    color: #1E9126;
    font-family: 'Nunito Sans Regular';
    line-height: 1.2;
}

.otp-sent-successfully-msg-block {
    display: flex;
    color: #198754;
    font-size: 13px;
    font-weight: 600;
    border: 1px solid #41cc8b;
    background-color: #ECFAF0;
    border-radius: 6px;
    padding: 8px;
    line-height: 1.3;
    min-height: 40px !important;
    align-items: center;
    font-family: 'Nunito Sans semi-Bold';
}

    .otp-sent-successfully-msg-block img {
        width: 16px;
        height: 16px;
    }

.invalid-otp-block {
    color: #FC3F27;
    font-size: 13px;
    border: 1px solid #DB6556;
    background-color: #FFF4F3;
    border-radius: 6px;
    padding: 8px;
    line-height: 1.2;
    min-height: 40px !important;
}

    .invalid-otp-block img {
        width: 16px;
        height: 16px;
    }

.cancel-svg {
    width: 12px !important;
    height: 12px !important;
    right: 10px;
}

.cancel1-svg {
    width: 12px !important;
    height: 12px !important;
    right: 10px;
}

.six-digit-otp-block {
    color: #242424;
    font-size: 16px;
    border: 1px solid #E7E8E9;
    background-color: #FAECEC;
    border-radius: 6px;
    padding: 8px;
    line-height: 1.2;
    min-height: 40px !important;
    align-items: center;
}

.invalid-cancel-svg {
    width: 16px !important;
    height: 16px !important;
}

.otp-input-field {
    border: 1px solid #FF4D4F;
}

.password-reset-complete-block {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #5AA256;
    background-color: #5AA256;
    border-radius: 6px;
    padding: 8px;
    line-height: 1.2;
    min-height: 40px !important;
    align-items: center;
}

.otp-matched-block {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #5AA256;
    background-color: #5AA256;
    border-radius: 6px;
    padding: 8px;
    line-height: 1.2;
    min-height: 40px !important;
    align-items: center !important;
    right: 13px;
    top: -48px;
}

.success-svg {
    width: 16px !important;
    height: 16px !important;
}

.success1-svg {
    width: 16px !important;
    height: 16px !important;
}

.reset-passwod-labels {
    color: #242424;
    font-size: 16px;
    font-family: 'Nunito Sans semi-Bold';
}

.already-have-password-text {
    color: #132441;
    font-size: 16px;
    font-family: 'Nunito Sans semi-Bold';
    line-height: 1.4;
}

.back-to-login {
    color: #1F4296;
    font-size: 16px;
    font-family: 'Nunito Sans semi-Bold';
    line-height: 1.4;
    text-decoration: none;
}

    .back-to-login:hover {
        text-decoration: underline !important;
    }

.common-img img {
    width: 16px;
    height: 16px;
}

.password-requirments-block {
    border-left: 1px solid #E9E9E9;
    margin-left: 30px;
    padding-left: 30px;
}

.requirments-text {
    color: #000000;
    font-size: 20px;
    font-family: 'Nunito Sans semi-Bold';
    line-height: 1.4;
    text-decoration: none;
}

.password-requirment-text {
    font-size: 16px;
    color: #000000;
    font-family: 'Nunito Sans Regular';
    line-height: 1.4;
}

.reset-password-child-block {
    margin: 0px auto;
    width: 100%;
    max-width: 900px;
    min-width: 900px;
}

    .reset-password-child-block .infotech-logo {
        width: 110px;
        cursor: pointer;
    }

.ai-course-text-section {
    flex-direction: column;
}

::placeholder {
    font-size: 14px !important;
    color: #ABABAB !important;
}

input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear {
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

    input[type=number]:focus {
        box-shadow: none !important;
    }

.ms-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Nunito Sans semi-Bold';
    font-size: 16px;
    border: 1px solid #99B8EC;
    width: 100%;
    height: 48px;
}

    .ms-btn:hover {
        border: 1px solid #99B8EC;
    }

.microsoft {
    margin-right: 10px;
    display: inline-block;
    vertical-align: sub;
    width: 22px;
    height: 22px;
    background-image: url(./../assets/microsoft.svg);
    background-size: 22px;
    background-repeat: no-repeat;
}

.form-divider {
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    font-size: 12px;
    color: #2E5392;
    font-weight: 700;
    font-family: 'Nunito Sans Bold';
}

    .form-divider::before {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        left: 0px;
        width: 45%;
        height: 1px;
        background-color: #99B8EC;
    }

    .form-divider::after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 0px;
        width: 45%;
        height: 1px;
        background-color: #99B8EC;
    }

.service-maintenance {
    padding: 20px;
    border-radius: 5px;
    border-top: solid 5px #c84d47;
    background-color: #f5e4e3;
}

    .service-maintenance h6 {
        font-size: 14px;
        color: #c84d47;
        font-weight: bold;
    }

    .service-maintenance p {
        font-size: 12px;
        font-weight: 400;
    }

.desktop-icon {
    display: inline-block;
    vertical-align: sub;
    width: 32px;
    height: 32px;
    background-image: url(./../assets/desktop.svg);
    background-size: 32px;
    background-repeat: no-repeat;
}

.announcement-icon {
    display: inline-block;
    vertical-align: sub;
    width: 32px;
    height: 32px;
    background-image: url(./../assets/announcement.svg);
    background-size: 32px;
    background-repeat: no-repeat;
}

.sso-carousel-wrapper {
    margin: 0px;
    padding: 0px;
}

    .sso-carousel-wrapper ul {
        margin: 0px 0px 0px;
        padding: 0px;
        list-style: none;
        display: flex;
        flex-wrap: wrap;
    }

        .sso-carousel-wrapper ul li {
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            padding: 16px 0px;
            flex: 1 0 0;
            font-size: 16px;
            font-family: 'Nunito Sans semi-Bold';
            font-weight: 500;
            color: #fff;
            cursor: pointer;
            text-align: center;
            opacity: 0.44;
        }

            .sso-carousel-wrapper ul li span {
                margin-left: 5px;
            }


            .sso-carousel-wrapper ul li i {
                margin-right: 6px;
                display: inline-block;
                vertical-align: bottom;
                width: 32px;
                height: 32px;
                background-size: 32px !important;
            }

.icon-crm {
    background: url(../assets/icon-crm.svg) no-repeat;
}

.icon-accounting {
    background: url(../assets/icon-accounting.svg) no-repeat;
}

.icon-academy {
    background: url(../assets/icon-academy.svg) no-repeat;
}

.icon-hrms {
    background: url(../assets/icon-hrms.svg) no-repeat;
}

.sso-carousel-wrapper ul li.active {
    opacity: 1;
    font-weight: 800;
    font-family: 'Nunito Sans Extra Bold';
}

    .sso-carousel-wrapper ul li.active::after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 2px;
        background-color: #fff;
        width: 0%;
        animation: extendLine 7s linear forwards;
    }

@keyframes extendLine {
    to {
        width: 100%;
    }
}

.sso-carousel-wrapper .carousel-tab-item {
    display: none;
    opacity: 0;
    visibility: hidden;
    transform: translatex(20px);
    transition: opacity 0.5s ease, transform 0.5s ease, visibility 0.5s;
    min-height: 0px;
}

    .sso-carousel-wrapper .carousel-tab-item.active {
        display: block;
        opacity: 1;
        visibility: visible;
        transform: translatex(0);
        min-height: 1px;
    }

    .sso-carousel-wrapper .carousel-tab-item figure {
        position: relative;
        margin: 0px auto;
        max-width: 80%;
    }

.copyright {
    margin: 5px 0px 10px;
    font-size: 11px;
    color: #344054;
    font-family: 'Nunito Sans semi-Bold';
}

.policy-link {
    margin: 0px;
    font-size: 11px;
    color: #344054;
    font-family: 'Nunito Sans semi-Bold';
}

@media (max-width: 575.98px) {
    .authentication-wrapper {
        height: 100%;
    }

    .auth-fluid {
        padding: 20px 20px 0px;
        max-width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }

    .login-left-block {
        padding: 1.2rem;
        max-width: 100%;
    }

    .login-right-block {
        padding: 50px 0px 0px;
        text-align: center;
    }

    .award-winning-text {
        margin-bottom: 15px;
        font-size: 26px;
        line-height: 1.2;
    }

    .sso-carousel-wrapper ul {
        margin: 0px 0px 20px;
    }

        .sso-carousel-wrapper ul li {
            font-size: 14px;
            flex-direction: column;
        }

            .sso-carousel-wrapper ul li span {
                margin-left: 0px;
            }

            .sso-carousel-wrapper ul li i {
                margin: 0px auto 10px;
                display: block;
                vertical-align: bottom;
                width: 24px;
                height: 24px;
                background-size: 24px !important;
            }

    .sso-carousel-wrapper .carousel-tab-item figure {
        max-width: 100%;
    }

    .connect-with-us-block {
        border-right: none;
        margin: 0px auto 20px;
        text-align: center;
    }

    .connect-with-us-text {
        font-size: 14px;
        text-align: center;
    }

    .reset-password-child-block {
        min-width: 100%;
        max-width: 100%;
    }

    .reset-password-paent-block {
        flex-direction: column;
    }

    .reset-password-left-block {
        margin-bottom: 30px;
    }

    .password-requirments-block {
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
    }

    .ai-course-text-section {
        position: relative !important;
        left: 15px;
        margin-bottom: 30px;
    }

    .empower-bg {
        width: 350px;
        height: 80px;
        background-image: url(./../assets/banner-right-mob.png);
        background-position: center;
        background-size: 350px 80px;
        background-repeat: no-repeat;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .authentication-wrapper {
        height: 100%;
    }

    .auth-fluid {
        padding: 20px 20px 0px;
        max-width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }

    .login-left-block {
        max-width: 100%;
    }

    .login-right-block {
        padding: 50px 0px 0px;
        text-align: center;
    }

    .award-winning-text {
        font-size: 30px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .sso-carousel-wrapper ul li {
        font-size: 14px;
    }

    /*        .sso-carousel-wrapper ul li i {
            margin: 0px auto 10px;
            display: block;
            vertical-align: bottom;
            width: 32px;
            height: 32px;
            background-size: 32px !important;
        }*/

    .sso-carousel-wrapper .carousel-tab-item figure {
        max-width: 100%
    }

    .reset-password-child-block {
        min-width: 100%;
        max-width: 100%;
    }

    .reset-password-paent-block {
        flex-direction: column;
    }

    .reset-password-left-block {
        margin-bottom: 30px;
    }

    .password-requirments-block {
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
    }

    .ai-course-text-section {
        position: relative !important;
        margin-bottom: 30px;
    }

    .empower-bg {
        width: 100%;
        height: 100px;
        background-image: url(./../assets/banner-right-mob.png);
        background-position: center;
        background-size: 100% 100px;
        background-repeat: no-repeat;
    }
}


@media (min-width: 768px) and (max-width: 991.98px) {
    .authentication-wrapper {
        height: 100%;
    }

    .auth-fluid {
        padding: 20px 20px 0px;
        max-width: 100%;
        height: 100%;
        flex-direction: column;
        align-items: center;
    }

    .login-left-block {
        max-width: 80%;
    }

    .login-right-block {
        padding: 50px 0px 0px;
        text-align: center;
        max-width: 80%;
    }

    .sso-carousel-wrapper .carousel-tab-item figure {
        max-width: 100%;
    }

    .award-winning-section {
        justify-content: center !important;
        margin-bottom: 40px;
    }

    .award-winning-text {
        line-height: 1.2;
        margin-bottom: 30px;
    }

    .sso-carousel-wrapper ul li {
        font-size: 14px;
    }

        .sso-carousel-wrapper ul li i {
            width: 24px;
            height: 24px;
            background-size: 24px !important;
        }

    .reset-password-child-block {
        min-width: 100%;
        max-width: 100%;
    }

    .reset-password-paent-block {
        flex-direction: column;
    }

    .reset-password-left-block {
        margin-bottom: 30px;
    }

    .password-requirments-block {
        border-left: none;
        margin-left: 0px;
        padding-left: 0px;
    }
}

@media (min-width:992px) and (max-width: 1199.98px) {
    .login-left-block {
        margin: 25px;
    }

    .login-right-block {
        padding: 0px 0px 0px 15px;
    }

    .award-winning-text {
        margin-bottom: 20px;
        font-size: 32px;
        text-align: center;
        line-height: 1.2;
    }

    .business-text {
        text-align: center;
    }

    .award-winning-section {
        justify-content: center;
    }

    .sso-carousel-wrapper ul li {
        font-size: 12px;
    }

        .sso-carousel-wrapper ul li i {
            width: 24px;
            height: 24px;
            background-size: 24px !important;
        }

    .sso-carousel-wrapper .carousel-tab-item figure {
        max-width: 85%;
        bottom: -14px;
    }
}

@media (min-width:1200px) and (max-width: 1439.98px) {
    /*    .infotech-logo {
        margin-top: 30px;
    }*/

    .login-left-block {
        margin: 25px;
    }

    .login-right-block {
        padding: 0px 0px 0px 25px;
    }

    .award-winning-text {
        font-size: 30px;
    }

    .business-text {
        font-size: 16px;
    }

    .sso-carousel-wrapper .carousel-tab-item figure {
        max-width: 90%;
        bottom: -20px;
    }

    .sso-carousel-wrapper ul li {
        font-size: 14px;
    }

        .sso-carousel-wrapper ul li i {
            width: 24px;
            height: 24px;
            background-size: 24px !important;
        }
}

/*@media screen and (min-width: 1360px) and (max-device-width: 1439.98px) and (orientation : landscape) {
    .login-left-block {
        margin: 50px;
    }
}*/

@media (min-width:1440px) and (max-width: 1619.98px) {
    .login-left-block {
        margin: 30px;
        max-width: 500px;
    }

    .sso-carousel-wrapper .carousel-tab-item figure {
        max-width: 82%;
        bottom: -25px;
    }

    .award-winning-section {
        margin-bottom: 00px;
    }

    .reset-password-child-block {
        max-width: 1170px;
        min-width: 1170px;
        width: 100%;
    }

    .login-right-block {
        padding: 0px 0px 0px 30px;
    }
}


@media (min-width:1620px) and (max-width: 1749.98px) {
    .login-left-block {
        margin: 50px;
        max-width: 580px;
    }

    .sso-carousel-wrapper .carousel-tab-item figure {
        max-width: 90%;
        bottom: -32px;
    }

    .award-winning-section {
        margin-bottom: 30px;
    }

    .learn-more-button {
        margin: 25px 0px 0px;
    }

    .reset-password-child-block {
        max-width: 1170px;
        min-width: 1170px;
        width: 100%;
    }
}

@media (min-width:1750px) and (max-width: 1919.98px) {
    .login-left-block {
        margin: 50px;
        max-width: 600px;
    }

    .sso-carousel-wrapper .carousel-tab-item figure {
        max-width: 90%;
        bottom: -57px;
    }

    .award-winning-section {
        margin-bottom: 60px;
    }

    .learn-more-button {
        margin: 25px 0px 0px;
    }

    .reset-password-child-block {
        max-width: 1170px;
        min-width: 1170px;
        width: 100%;
    }
}


@media (min-width:1920px) {
    .login-left-block {
        margin: 50px;
        max-width: 600px;
    }

    .award-winning-section {
        margin-bottom: 30px;
    }

    .learn-more-button {
        margin: 25px 0px 0px;
    }

    .reset-password-child-block {
        max-width: 1170px;
        min-width: 1170px;
        width: 100%;
    }

    .sso-carousel-wrapper ul {
        margin: 0px 0px 20px;
    }

    .sso-carousel-wrapper .carousel-tab-item figure {
        bottom: -24px;
        max-width: 90%;
    }
}

input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear {
    display: none;
}
