body {
    font-family: "Open Sans", sans-serif !important;
    background-color: white !important;
}

.login-input {
    border: 1px solid #EEF7FE !important;
    background-color: #FAFDFF !important;
    outline: none;
    padding: 14px 20px;
    border-radius: 5px !important;
    width: 404px !important;
    height: 51px;
    padding-left: 45px !important;
}

.invalid-feedback {
    position: absolute;
    bottom: -20px;
    left: 0;
    padding-left: 15px;
}

.is-email-invalid {
    border: 1px solid #B72126 !important;
    background-color: #FFF4F5 !important;
}

.is-password-invalid {
    border: 1px solid #B72126 !important;
    background-color: #FFF4F5 !important;
}

.is-invalid-credentials {
    border: 1px solid #B72126 !important;
    background-color: #FFF4F5 !important;
}

.icon-grey {
    color: #b9b9b9 !important;
}

.new-btn {
    width: 404px !important;
    height: 50px;
    padding: 14px 20px;
    border-radius: 5px;
    border: none;
    outline: none;
}

.button-submit {
    padding: 14px 20px;
    border-radius: 5px !important;
    width: 404px;
    border: none;
    height: 51px;
    color: white;
    background-color: #3d86c6 !important;
}

.button-reset-link {
    padding: 13px 20px;
    border-radius: 5px !important;
    width: 404px;
    height: 51px;
    border: 0;
    background-color: #3d86c6 !important;
    color: white;
}

.btn-submit {
    width: 142px;
    height: 42px;
    border-radius: 6px;
    background-color: #3d86c6;
    border: none;
    outline: none;
    color: white;
}

    .btn-submit:hover {
        background-color: #3d86c6;
        color: white;
    }

.background-green {
    background-color: #249D58;
}

.btn-sm-text {
    font-size: 14px;
    font-weight: 400;
}

.btn-submit {
    padding: 12px 22px;
}

.btn-md-text {
    font-size: 14px;
    font-weight: 600;
}

.text-404 {
    font-size: 64px;
    font-weight: 600;
    color: #B72126;
    display: flex;
    justify-content: center;
    margin-bottom: 2px;
}

.connect-text {
    font-weight: 600;
    font-size: 28px;
    display: flex;
    justify-content: center;
}

.bg-light-white {
    border: 1px solid #EEF7FE !important;
    background-color: #FAFDFF !important;
}

.btn-text {
    font-size: 18px;
    font-weight: 600;
}

.log-btn-text {
    font-size: 18px;
    font-weight: 600;
}

.rsnd-code {
    font-size: 16px !important;
    font-weight: 600 !important;
}

.text-red {
    color: #B72126;
}

.border-red {
    border: 1px solid #B72126 !important;
}

.bg-lt-red {
    background-color: #FFF4F5 !important;
}

.text-grey {
    color: #6d6e71;
}

.text-loading {
    font-weight: 400;
    font-size: 16px;
}

.log-text-loading {
    font-weight: 400;
    font-size: 16px;
}

.text-d-dark {
    color: #2e3532 !important;
}

.otp-text {
    font-size: 16px;
    font-weight: 400;
}

.text-var {
    font-weight: 400;
    font-size: 14px;
    line-height: 19.07px;
    color: rgba(0, 0, 0, 0.57);
    /* Black with 57% opacity */
}

.welcome {
    font-weight: 600;
    font-size: 32px;
    line-height: 37px;
    color: #000000;
}

.input-icon-container {
    position: relative;
}

.validation-summary-errors ul {
    list-style-type: none;
    padding: 0;
}

.custom-validation-summary ul {
    list-style: none;
    padding: 0;
}

.custom-validation-summary li::before {
    content: "\f06a";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: rgba(var(--bs-danger-rgb),var(--bs-text-opacity)) !important;
    margin-right: 8px;
}

.user-icon {
    width: 20px;
    height: 23px;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    pointer-events: none;
}

.form-control-with-icon {
    padding-left: 45px;
}

/* Login Page */
.login-container {
    display: flex;
    height: 100vh;
    width: 100%;
}

.left-section {
    width: 50%;
    position: relative;
    color: #fff;
    text-align: left;
    padding: 20px;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

.login-image {
    width: 100%;
    height: 100%;
}

.content-overlay {
    position: absolute;
    bottom: 10%;
    left: 60%;
    transform: translate(-50%, -50%);
    text-align: start;
    width: 100%;
    z-index: 1;
}

.img-text {
    font-weight: 700;
    font-size: 42px;
    line-height: 117%;
}

.img-footer-text {
    position: absolute;
    bottom: 2% !important;
    right: 0;
    text-align: right;
    z-index: 1;
    font-size: 14px;
    font-weight: 600;
    color: #6d6e71;
}

.right-section {
    width: 50%;
    position: relative;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}

.tata-logo {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 38px;
    width: 276px;
}

.login-form {
    max-width: 404px !important;
    width: 100%;
}

.form-control {
    padding: 10px 15px;
}

.login-form .position-relative img {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.lgm-text {
    font-size: 18px;
    font-weight: 400;
}

.login-form input {
    padding-left: 40px;
}

.small-text {
    font-weight: 600;
    font-size: 16px;
    line-height: 21px;
    color: rgba(0, 0, 0, 0.57);
    /* Black with 57% opacity */
}

.small-text {
    font-size: 12px;
    color: #6c757d;
}

    .small-text .text-position {
        bottom: 10px;
        right: 10px;
        padding-right: 38px;
    }

.img-footer-text {
    font-weight: 600;
    font-size: 14px;
    padding: 0px 44px;
    color: #6d6e71;
}

/* otp input */
.otp-container {
    margin: 10px 0;
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.text-blue {
    color: #3D86C6;
}

.bg-blue {
    background-color: #3d86c6 !important;
}

.mt-8 {
    margin-top: 8px !important;
}

.mt-12 {
    margin-top: 12px !important;
}

.custom-placeholder::placeholder {
    color: #000;
}

.alert-icon {
    width: 14px;
    object-fit: contain;
    height: 12px;
    margin-bottom: 30px !important;
}

.log-alert-icon {
    margin-bottom: 12px !important;
}

.progress {
    height: 5px !important;
    background-color: #e0e0e0;
    border-radius: 5px;
    width: 298px;
}

.text-sm {
    font-size: 12px;
    font-weight: 400;
}

.wrap {
    word-wrap: wrap;
}

.progress-bar {
    height: 44px !important;
    background-color: #3d86c6 !important;
    width: 20%;
}

.w-20 {
    width: 20%;
}

.w-48 {
    width: 48px;
    height: 48px;
}

.icon-green {
    color: #74d99f;
}

.verify-btn {
    background-color: rgba(155, 183, 224, 0.17);
    max-width: 404px;
}

.icon-width {
    width: 40px;
    font-size: 40px;
}

.w-400 {
    width: 404px;
}

.otp-input {
    width: 57px;
    height: 59px;
    padding: 17px 22px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    border-radius: 5px;
    background-color: #FFFEFD;
    border: 1px solid rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

    .otp-input:focus {
        outline: none;
    }

    .otp-input::placeholder {
        color: rgba(0, 0, 0, 0.3);
    }

.login-icons {
    display: flex;
    align-items: center;
    gap: 45px;
    justify-content: center;
    width: 241px;
}

.text-version {
    bottom: 20px;
    right: 30px;
}

.w-15 {
    width: 15px;
    height: 15px;
}


.resen-btn {
    transition: background-color 0.3s ease, color 0.3s ease;
    color: white;
    height: 50px;
    border-radius: 5px;
    background-color: #3d86c6;
    border: 1px solid #EEF7FE;
    outline: none;
    color: white;
}

.resen-btn-disabled {
    transition: background-color 0.3s ease, color 0.3s ease;
    color: white;
    height: 50px;
    border-radius: 5px;
    background-color: #3d86c6;
    border: 1px solid #EEF7FE;
    outline: none;
    color: white;
    background-color: #D5D7D82B;
    color: #6d6e71;
}

.error-img {
    width: 446px;
}

.border-grey {
    border-bottom: 1px solid #6d6e71;
}


.login-loading {
    width: 328px;
    height: 217px;
}

.reset-success {
    font-size: 28px;
    font-weight: 600;
    line-height: 33px;
}

.verify-icon {
    width: 21px;
    height: 21px;
}

.mail-icon {
    width: 23px;
    height: 17px;
    margin-top: 1px;
}

.left-icon {
    width: 8px;
    height: 8px;
}

.lock-icon {
    width: 20px;
    height: 23px;
    margin-top: 2px;
}

@media screen and (max-width: 1280px) {
    .img-text {
        font-weight: 700;
        font-size: 28px;
        line-height: 1.3;
    }

    .tata-logo {
        position: absolute;
        top: 0px;
        right: 0px;
        padding: 28px;
        width: 276px;
    }

    .lgm-text {
        font-size: 14px;
        font-weight: 400;
    }

    .mt-12 {
        margin-top: 12px;
    }

    .text-404 {
        font-size: 44px !important;
        font-weight: 600;
    }

    .connect-text {
        font-weight: 600;
        font-size: 18px;
    }

    .content-overlay {
        position: absolute;
        bottom: 10%;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .img-footer-text {
        bottom: 2% !important;
        right: 2% !important;
    }

    .welcome {
        font-weight: 600;
        font-size: 18px;
    }

    .login-input {
        padding: 12px 18px;
        width: 90%;
        max-width: 404px;
        height: 41px;
    }

    .button-submit {
        padding: 12px 18px;
        width: 90%;
        max-width: 404px;
        height: 41px;
    }

    .error-img {
        width: 250px !important;
        height: 190px !important;
        object-fit: cover;
    }
}



@media screen and (max-width: 1440px) {
    .img-text {
        font-weight: 700;
        font-size: 32px;
        line-height: 117%;
    }

    .lgm-text {
        font-size: 14px;
        font-weight: 400;
    }

    .content-overlay {
        position: absolute;
        bottom: 10%;
        left: 50%;
        transform: translate(-40%, -50%);
        text-align: start;
        width: 100%;
        z-index: 1;
    }

    .welcome {
        font-weight: 600;
        font-size: 22px;
    }

    .login-input {
        padding: 12px 18px;
        width: 404px !important;
        height: 41px;
    }

    .button-submit {
        padding: 12px 18px;
        width: 404px;
        height: 41px;
    }

    .button-reset-link {
        padding: 12px 18px;
        width: 404px;
        height: 41px;
    }

    .resen-btn {
        height: 40px;
    }

    .rsnd-code {
        font-size: 14px !important;
        font-weight: 600 !important;
    }

    .img-footer-text {
        font-size: 12px;
        font-weight: 600;
        bottom: 2% !important;
        right: 0 !important;
    }

    .log-btn-text {
        font-size: 14px;
        font-weight: 600;
    }

    .login-loading {
        width: 300px !important;
        height: 217px !important;
    }

    .otp-input {
        width: 47px;
        height: 49px;
        padding: 15px 18px;
        font-size: 14px;
        font-weight: 700;
    }

    .new-btn {
        height: 40px;
        padding: 12px 18px;
    }

    .log-text-loading {
        font-size: 14px;
        font-weight: 400;
    }

    @media screen and (max-width: 768px) {
        .error-img {
            width: 700px !important;
            height: 150px !important;
        }

        .text-404 {
            font-size: 42px !important;
            font-weight: 600;
            margin-bottom: 0px !important;
        }
    }
}
