@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: linear-gradient(to right, #1F3966, #2B4F8D);
}

.authentication-wrapper {
    height: 100vh;
}

.auth-fluid {
    margin: 0px auto;
    padding: 30px 0px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 90%;
    min-height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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: 12px;
    background-color: #fff;
    box-shadow: 6px 6px 6px #00000040;
    max-width: 460px;
    width: 100%;
}

.infotech-logo {
    width: 140px;
    cursor: pointer;
}

.login-text {
    font-family: 'Nunito Sans Bold';
    font-size: 20px;
    line-height: 1.4;
    color: #414141;
    margin-top: 20px;
}

.reset-password-text {
    font-family: 'Nunito Sans Bold';
    font-size: 20px;
    line-height: 1.4;
    color: #414141;
}

.contact-block {
    border-top: 1px solid #C2C2C2;
    margin-top: auto;
    padding-top: 12px;
}

.hrms-text {
    font-family: 'Nunito Sans semi-Bold';
    font-size: 14px;
    line-height: 1.4;
    color: #242424;
    margin-bottom: 16px;
}

.input-filed {
    border: 1px solid #AFAFAF;
    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 Regular' !important;
    padding: 8px;
}

    .input-filed:focus {
        border: 1px solid #1F4296 !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 #1F3966;
    background-color: #1F3966;
    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: #fff;
    transition: all 0.3s ease-in-out;
    margin-bottom: 12px;
}

    .login-button:hover {
        background-color: #fff;
        color: #1F3966;
    }

.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 {
    border: 1px solid #828282;
    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: #1F3966;
    transition: all 0.3s ease-in-out;
    background-color: #fff;
}

.activate-text {
    color: #1F4296;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-family: 'Nunito Sans semi-Bold' !important;
    margin-bottom: 15px;
    cursor: pointer;
}

.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 {
/*    border-bottom: 1px solid #C2C2C2;*/
    padding-bottom: 6px !important;
    margin-bottom: 6px;
}

.connect-with-us-text {
    color: #414141;
    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: #F6B719;
    font-size: 32px;
    line-height: 1.5;
    font-family: 'Nunito Sans Extra Bold';
    margin-bottom: 0px;
}

.business-text {
    margin-bottom: 20px;
    font-size: 16px;
    font-family: 'Nunito Sans semi-Bold';
    line-height: 1.5;
    color: #fff;
}

.login-right-block {
    margin: auto 0px;
    position: relative;
    padding: 0px 0px 0px 40px;
    -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;
}

.accounting-bg {
    background-image: url(./../assets/accountng-hrms-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 370px;
    height: 370px;
}

.accounting-bg-malaysia {
    background-image: url(./../assets/accountng-hrms-bg.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 450px;
    height: 450px;
}

.carousel-indicators {
    bottom: -60px !important;
}

.carousels-indicators {
    width: 10px !important;
    height: 10px !important;
    border-radius: 999px !important;
    background-color: #D9D9D9 !important;
    opacity: 1 !important;
    border: none !important;
}

.carousel-indicators .active {
    opacity: 1;
    background-color: #F6B719 !important;
}

.carousel-indicators [data-bs-target] {
    border-radius: 999px !important;
}

.empower-bg {
    background-image: url(./../assets/empower-banner.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 425px;
    height: 428px;
}

.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: inline-block;
    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 {
        background-color: #929292;
        color: #fff;
        border-color: #929292;
    }

.country-code-dropdown {
    color: rgb(56, 56, 56);
    font-family: "Nunito Sans semi-Bold";
    width: 100px;
    font-size: 12px;
    padding: 10px;
}

.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 {
    color: #242424;
    font-size: 16px;
    border: 1px solid #E7E8E9;
    background-color: #ECFAF0;
    border-radius: 6px;
    padding: 8px;
    line-height: 1.2;
    min-height: 40px !important;
    align-items: center;
}

    .otp-sent-successfully-msg-block img {
        width: 16px;
        height: 16px;
    }

.invalid-otp-block {
    color: #ffffff;
    font-size: 16px;
    border: 1px solid #BE5656;
    background-color: #BE5656;
    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; /* Change this to whatever size you want */
    color: #ABABAB !important; /* Optional: change placeholder color */
}

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;
}

.ms-btn {
    border: 1px solid #AFAFAF;
    width: 100%;
}

.ms-btn:hover {
    border: 1px solid #323232;
}

.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;
}

.form-divider::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    width: 47%;
    height: 1px;
    background-color: #afafaf;
}

.form-divider::after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 0px;
    width: 47%;
    height: 1px;
    background-color: #afafaf;
}

.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;
}


@media (max-width: 575.98px) {
    .authentication-wrapper {
    height: 100%;
}

.auth-fluid {
    padding: 20px;
    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-section {
    justify-content: center !important;
    margin-bottom: 40px;
}

.business-text {
    margin-bottom: 0px;
}

.award-winning-text {
    font-size: 19px;
}

.connect-with-us-block {
    border-right: none;
    margin: 0px auto 20px;
    text-align: center;
}

.connect-with-us-text {
    font-size: 14px;
    text-align: center;
}

.accounting-bg {
    width: 340px;
    height: 340px;
}

.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;
}

    /*    .left-bg-2 {
        padding-left: 0px !important;
    }*/
}


@media (min-width: 576px) and (max-width: 767.98px) {
    .authentication-wrapper {
        height: 100%;
    }

    .auth-fluid {
        padding: 50px;
        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-section {
        justify-content: center !important;
        margin-bottom: 40px;
    }

    .business-text {
        margin-bottom: 0px;
    }

    .award-winning-text {
        font-size: 26px;
    }

    .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: 50px;
        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;
    }

    .award-winning-section {
        justify-content: center !important;
        margin-bottom: 40px;
    }

    .business-text {
        margin-bottom: 0px;
    }

    .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;
    }
    /*    .activate-text {
        margin-bottom: 60px !important;
    }

 

    .connect-with-us-section {
        gap: 16px;
    }

    .connect-with-us-block {
        border: 0px !important;
    }

    .award-winning-section {
        flex-direction: column;
        margin-bottom: 24px;
    }

    .left-bg-2 {
        padding-left: 40px !important;
    }

    .award-winning-text {
        font-size: 24px !important;
        margin-bottom: 8px;
    }

    .business-text {
        font-size: 16px !important;
    }


    .otp-sent-successfully-msg-block,
    .invalid-otp-block,
    .six-digit-otp-block,
    .password-reset-complete-block {
        font-size: 14px !important;
        align-items: start !important;
    }

    .reset-password-text {
        margin-bottom: 1rem !important;
    }

    .cancel-svg,
    .success-svg {
        margin-top: 3px;
    }

    .ai-course-text-section {
        flex-direction: row !important;
        flex-wrap: wrap;
    }

    .svg-icons {
        width: 10px;
        height: 10px;
    }

    .ai-course-text {
        padding: 6px;
        font-size: 10px !important;
    }

    .left-bg-2 {
        margin-top: 60px !important;
    }

    .generate-otp-button {
        font-size: 10px !important;
        padding: 5px 4px !important;
        top: 7px !important;
    }

    .accounting-bg,
    .empower-bg,
    .accounting-bg-malaysia {
        width: 300px !important;
        height: 300px !important;
    }*/
}



@media (min-width:992px) and (max-width: 1199.98px) {

    .award-winning-section {
        margin-bottom: 40px;
        justify-content: center;
    }

    .accounting-bg {
        width: 400px;
        height: 400px;
    }

    .award-winning-text {
        font-size: 24px;
        text-align: center;
    }

    .business-text {
        text-align: center;
        margin-bottom: 0px;
    }

    /*    .left-bg-2 {
        padding-left: 140px !important;
    }


    .login-left-block,
    .login-right-block {
        width: 100% !important;
    }

    .award-winning-text {
        font-size: 26px !important;
    }

    .business-text {
        font-size: 16px !important;
    }

    .yet-to-get-text,
    .reach-out-text,
    .connect-with-us-text {
        font-size: 14px !important;
    }

    .country-text {
        font-size: 12px !important;
    }

    .activate-text {
        font-size: 16px !important;
    }

    .social-media-icons {
        width: 14px;
        height: 14px;
    }

    .login-right-block {
        padding: 0px !important;
    }

    .carousel-indicators {
        margin-bottom: 2rem !important;
    }

    .activate-text {
        margin-bottom: 80px !important;
    }

    .otp-left-block {
        min-height: 420px !important;
    }

    .reset-password-paent-block {
        flex-wrap: wrap;
    }

    .reset-password-child-block {
        width: 100% !important;
    }

    .password-requirments-block {
        border-left: 0px !important;
        margin-left: 0px !important;
        padding-left: 0px !important;
    }

    .requirments-text {
        font-size: 18px !important;
        margin-top: 30px !important;
    }

    .password-requirment-text {
        font-size: 16px !important;
    }*/
}



@media (min-width:1200px) and (max-width: 1439.98px) {
    .auth-fluid {
        padding: 20px 0px;
    }

    .login-right-block {
        margin: 0px;
    }

    .award-winning-text {
        font-size: 30px;
    }

    .empower-bg {
        height: 390px;
    }

    .carousel-indicators {
        bottom: -30px !important;
        margin-bottom: 0px;
    }

    /*    .login-left-block {
        padding: 24px;
    }

    .yet-to-get-text,
    .reach-out-text,
    .connect-with-us-text {
        font-size: 12px !important;
    }

    .country-text {
        font-size: 12px !important;
    }

    .social-media-icons {
        width: 14px;
        height: 14px;
    }

    .award-winning-text {
        font-size: 17px !important;
    }

    .business-text {
        font-size: 12px !important;
    }

    .accounting-text {
        font-size: 16px !important;
    }

    .singpass-img {
        width: 65px;
        height: 30px;
    }

    .left-bg-2 {
        padding-left: 80px !important;
    }

    .activate-text {
        margin-bottom: 40px;
    }

    .reset-password-child-block {
        width: 100% !important;
    }*/
}

@media screen and (min-width: 1360px) and (max-device-width: 1439.98px) and (orientation : landscape) {
    .auth-fluid {
        padding: 40px 0px;
    }

    .carousel-indicators {
        bottom: -30px !important;
        margin-bottom: 0px;
    }
}


@media (min-width:1440px) and (max-width: 1619.98px) {

    .auth-fluid {
        padding: 20px 0px;
    }

    .award-winning-text {
        font-size: 38px;
    }

    .accounting-bg {
        width: 400px;
        height: 400px;
    }

    .award-winning-section {
        margin-bottom: 40px;
    }

    .reset-password-child-block {
        max-width: 1170px;
        min-width: 1170px;
        width: 100%;
    }

    /*    .infotech-logo {
        width: 180px;
    }

    .login-text {
        font-size: 30px;
        margin-top: 40px;
    }

    .reset-password-text {
        font-size: 30px;
    }

    .hrms-text {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .input-filed {
        height: 50px;
    }

    .login-button {
        height: 45px;
    }

    .save-password-button {
        height: 45px;
    }

    .view-password-icon {
        top: 16px;
        width: 24px;
        height: 24px;
    }

    .reset-password-view-icon {
        top: 46px;
        width: 24px;
        height: 24px;
    }

    .singpass-button {
        height: 45px;
    }

    .activate-text {
        font-size: 18px !important;
        margin-bottom: 60px;
    }

    .yet-to-get-text {
        font-size: 16px !important;
    }

    .reach-out-text {
        font-size: 16px !important;
    }

    .contact-text-block {
        margin-bottom: 10px;
        padding-bottom: 10px !important;
    }

    .connect-with-us-text {
        font-size: 16px !important;
        margin-right: 18px !important;
        padding-right: 18px;
        margin-bottom: 4px !important;
    }

    .country-text {
        font-size: 14px !important;
        margin-right: 12px;
        padding-right: 12px;
    }

    .india-text {
        border: 0px !important;
    }

    .login-left-block {
        padding: 40px !important;
        width: 38% !important;
    }

    .login-right-block {
        width: 54% !important;
    }

    .award-winning-text {
        font-size: 40px !important;
        line-height: 1.4;
    }

    .business-text {
        font-size: 20px !important;
    }

    .right-hrms-text {
        font-size: 20px !important;
    }

    .learn-more-button {
        font-size: 18px;
        padding: 8px 12px;
    }

    .ai-course-text {
        padding: 10px 14px;
        font-size: 16px !important;
    }

    .accounting-bg {
        width: 480px;
        height: 480px;
    }

    .accounting-bg-malaysia {
        width: 530px;
        height: 530px;
    }

    .empower-bg {
        width: 505px;
        height: 508px;
    }

    .singpass-img {
        width: 80px;
        height: 36px;
    }

    .generate-otp-button {
        font-size: 14px !important;
        padding: 6px 12px;
        right: 8px !important;
        top: 8px !important;
    }

    .otp-left-block {
        min-height: 700px !important;
    }

    .common-img {
        font-size: 16px !important;
    }

    .reset-password-child-block {
        width: 75% !important;
    }*/
}


@media (min-width:1620px) and (max-width: 1749.98px) {
    .auth-fluid {
        padding: 200px 0px;
    }

    .award-winning-section {
        margin-bottom: 30px;
    }

    .award-winning-text {
        font-size: 48px;
    }

    .business-text {
        font-size: 30px;
    }

    .learn-more-button {
        margin: 25px 0px 0px;
    }

    .accounting-bg {
        width: 400px;
        height: 400px;
    }

    .reset-password-child-block {
        max-width: 1170px;
        min-width: 1170px;
        width: 100%;
    }
}

@media (min-width:1750px) and (max-width: 1919.98px) {
    .auth-fluid {
        padding: 210px 0px;
    }

    .award-winning-section {
        margin-bottom: 30px;
    }

    .award-winning-text {
        font-size: 54px;
    }

    .business-text {
        font-size: 36px;
    }

    .learn-more-button {
        margin: 25px 0px 0px;
    }

    .accounting-bg {
        width: 390px;
        height: 390px;
    }

    .reset-password-child-block {
        max-width: 1170px;
        min-width: 1170px;
        width: 100%;
    }
}


@media (min-width:1920px) {
    .auth-fluid {
        padding: 120px 0px;
    }

    .login-left-block {
        max-width: 600px;
    }

    .award-winning-section {
        margin-bottom: 30px;
    }

    .award-winning-text {
        font-size: 54px;
    }

    .business-text {
        font-size: 36px;
    }

    .learn-more-button {
        margin: 25px 0px 0px;
    }

    .accounting-bg {
        width: 420px;
        height: 420px;
    }

    .reset-password-child-block {
        max-width: 1170px;
        min-width: 1170px;
        width: 100%;
    }
}

input[type="password"]::-ms-reveal, input[type="password"]::-ms-clear {
    display: none;
}
