.half-width-div {
    width: 48% !important;
}

.license-textarea {
    width: 100% !important;
    box-sizing: border-box;
    height: auto;
}

.width275 {
    width: 275px !important;
}

.main-table {
    table-layout: fixed;
    width: 100%;
    text-align: left;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 0px;
    border-left-width: 0px;
    -webkit-border-horizontal-spacing: 0px;
    -webkit-border-vertical-spacing: 0px;
    border-spacing: 0;
    padding: 0;
}

.login-table {
    display: flex;
    justify-content: center;
}

.img-view {
    margin-top: 3px;
    height: 25px;
}

.RememberMe {
    margin: 0 0 0 5px;
}

.marginleft180 {
    margin-left: 180px;
}

.marginleft30per {
    margin-left: 30% !important;
}

.marginleft15per {
    margin-left: 15% !important;
}

.div-middle {
    vertical-align: middle;
}

.vis-hidden {
    visibility: hidden;
}

.showPassword-img {
    height: 22px !important;
    margin-top: -3px;
}

#license-info-form .tableRow > .leftPart,
#license-info-form .tableRow > .rightPart {
    box-sizing: border-box;
}

#license-info-form .tableRow > .leftPart {
    width: 45%;
}

#license-info-form .tableRow > .rightPart {
    width: 54%;
}

#resendCodeBtn[disabled] {
    background: none;
    background-color: #ccc;
    color: #000000;
    cursor: default;
}
.breadCrumbHolder.module {
    display: none;
}

#mainContainer {
    background-color: transparent;
    height: 100%;
    overflow: hidden;
}

.mainContainerWhiteLabeled {
    position: relative;
    height: 770px;
    display: flex;
    margin: auto;
    justify-content: center;
    flex-direction: column-reverse;
    align-items: center;
}

.login-table input[type='text'], .login-table input[type='password'] {
    transition: border-color 0.3s, box-shadow 0.3s;
}

    .login-table input[type='text']:focus, .login-table input[type='password']:focus {
        box-shadow: 0 0 5px #E75D1B;
        border-color: #E75D1B !important;
    }

.input-container:hover .clear-icon, .input-container:hover .clear-iconForVerificationCode, .input-container:hover .clear-iconForRemind, .input-container:hover .clear-iconResetPassword {
    opacity: 1;
}

.input-container {
    position: relative;
}

.input-box {
    width: 100%;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.clear-icon {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease;
}

.clear-iconForVerificationCode {
    position: absolute;
    top: 50%;
    right: 60px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease;
}

.clear-iconForRemind {
    position: absolute;
    top: 50%;
    right: 25px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease;
}

.clear-iconResetPassword {
    position: absolute;
    top: 60%;
    right: 60px;
    transform: translateY(-50%);
    cursor: pointer;
    opacity: 0;
    transition: opacity .3s ease;
}

.wrapper {
    height: 100% !important;
}

.Push {
    background-color: transparent;
}

div.fullscreen {
    overflow: hidden;
}

.width70Percent {
    width: 70%;
}

.width475px {
    min-width: 475px !important;
}

#subMainTable {
    width: 100%;
}

.forgotPasswordWhiteLabeled {
    width: 117px !important;
}

#SSOTable {
    margin-right: 40px;
}

.loginLicenseWarningBoxWhiteLabeled {
    margin: 56px 0;
    position: absolute;
    padding: 20px 10px 20px 40px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border: solid 1px #fdce3e;
    color: #333;
    background-color: #fdce3e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

.loginLicenseWarningBox {
    margin-top: 40px;
    width: 22em;
    padding: 20px 10px 20px 20px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border: solid 1px #fdce3e;
    color: #333;
    background-color: #fdce3e;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-sizing: border-box;
}

.microsoftButton {
    display: inline-block;
    border-radius: 5px;
    background: linear-gradient(0deg, #DDEEFB -15.69%, #B8AEEC 127.45%);
    width: 246px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    flex-shrink: 0;
    /* Add box shadow */
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.2);
    color: #000;
    text-align: center;
    font-family: Segoe UI !important;
    font-size: 16px !important;
    font-style: normal;
    font-weight: 500;
    line-height: 40px;
}

.logoContainer {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 999;
}

.width475pxWhite {
    width: 475px !important;
    margin-top: -35px !important;
    margin: 0 auto;
    min-height: 665px;
    max-height: fit-content;
    border-radius: 40px;
    background: white;
    margin-top: 50px;
    position: relative;
    z-index: 1000;
}

.loginFormNew .validation-summary-errors {
    margin: 0;
    padding: 8px;
    background-repeat: no-repeat;
    background-position: 3px 3px;
    border: 1px solid #d51923;
    color: #ffffff;
    background-color: #ed4040;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 9px;
    font-size: 12px;
    text-align: left;
}

.bgImage {
    background-image: url('../../Images/BgImage.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.width490px {
    width: 490px !important;
    margin-left: -130px;
    margin-top: 10px;
}

.width490pxWhite {
    position: absolute !important;
    margin-bottom: 600px;
    padding-left: 50px;
    height: unset !important;
    background-color: transparent !important;
    width: unset !important;
    z-index: 1001 !important;
    top: unset !important;
    left: unset !important;
    box-sizing: unset !important;
}

.mainTable {
    height: unset !important;
}

.whiteLabeledImageContainer {
    position: relative;
    width: 100%;
    height: 100%
}

.bgImageContainer {
    position: relative;
    width: 1445px; /* Adjust the width and height as per your PNG image */
    height: 964px;
}

    .bgImageContainer img {
        display: block;
        width: 100%;
        height: 100%;
    }

.overlay-text-help {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 85%;
    left: -2%;
    font-size: 24px;
    background-color: #fff;
    color: #e75d1b;
    width: 600px;
    font-weight: bold;
    height: 40px;
}

    .overlay-text-help a {
        color: #e75d1b !important;
    }

.overlay-text {
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 77%;
    left: 2%;
    color: #fff;
    font-family: Montserrat !important;
    font-size: 40px !important;
    font-style: normal;
    line-height: normal;
    text-transform: uppercase;
    width: 310px;
    font-weight: bold;
    height: 40px;
}

.welcomeText {
    color: #061748;
    text-align: center;
    font-family: Segoe UI !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}

#welcomeTextRemindPassword {
    margin-left: 45px;
}

.backToLoginWhiteLabeled {
    width: 254px !important;
}

.welcomeTextWhiteLabeled {
    margin-top: 210px;
    margin-bottom: 35px;
    color: #e75d1b;
    text-align: start;
    font-family: Segoe UI !important;
    font-size: 20px !important;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-left: 26px;
}

.signInSpan {
    font-family: Segoe UI;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 142.857% */
}

.companyName {
    font-family: Segoe UI !important;
    font-size: 27px !important;
    font-style: normal;
    font-weight: 700;
    line-height: 33px;
    display: block;
    text-align: start;
    margin-top: 10px;
    width: 260px;
    white-space: normal;
    word-wrap: break-word;
}

.validation-summary,
#alreadyLoggedInWarning {
    box-sizing: border-box;
    width: 340px;
    font-size: 12px !important;
}

#alreadyLoggedInWarning {
    padding: 20px;
}

.remindPassword {
    padding-left: inherit !important;
}

.newLogoImage {
    width: 50%;
    padding-left: 27%;
    margin-top: 7em;
}

.newLogoImageWhiteLabeled {
    width: 50%;
    padding-left: 27%;
    margin-top: 7em;
}

.loginFormNew input[type='text'], .loginFormNew input[type='password'], .loginFormNew input[type='submit'], .loginFormNew input[type='button'], .loginFormNew button {
    width: 180px !important;
}

.loginFormNew input[type='submit'], .loginFormNew #btnSubmit, .loginFormNew button {
    background-color: #041848 !important;
}

.loginForm #btnCancel {
    background-color: white !important;
    color: black;
}

.width475pxWhite h1 {
    padding-top: 10px;
    padding-bottom: 40px;
}

.loginFormNew {
    padding-left: 10%;
}

.sso-button {
    color: #333333;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    text-align: center;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    text-decoration: none;
}

#welcomeText2FA {
    margin-left: 17px;
}

.okButton {
    right: 133px;
    background-color: #e75d1b !important;
    color: white !important;
    text-transform: uppercase;
    width: 100px;
    border-radius: 9px;
}

.okButtonWhiteLabeled {
    right: 133px;
    background-color: #041848 !important;
    color: white !important;
    text-transform: uppercase;
    width: 100px;
    border-radius: 9px;
}

.whiteLabeledImageContainer {
    position: relative;
    width: 100%;
    height: 100%;
}

.background-image {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Cover the entire container while maintaining aspect ratio */
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1; /* Place the background image behind other content */
}

.overlay-text,
.overlay-text-help {
    position: relative;
    z-index: 2; /* Place text and other content above the background image */
}

.top-right-image {
    position: absolute;
    top: 0;
    right: 0;
    width: 30%; /* Adjust the size as needed */
    z-index: 2; /* Place this image above the background image */
}

.bottom-left-image {
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 915px;
    width: 100%;
    height: auto;
    z-index: 2;
}

.leftBottomImageContainer {
    width: 100%;
}

.contentContainerClass {
    width: 20%;
}

.navigationIcon {
    width: 24px;
    height: 24px;
    margin: 14px;
    transition: filter 0.3s ease; /* Smooth transition for the filter change */
}

    .navigationIcon:hover {
        filter: invert(10%) sepia(50%) saturate(10000%);
    }


#whiteLabeledLoginPng {
    vertical-align: top;
}

#loginWithCodeInfoText {
    height: max-content;
    width: 20em;
}

.validation-summary-errors ul li{
    list-style-type: none !important;
}

@media (max-width: 1100px) {
    #remindPasswordForm .loginBtn {
        margin-left: 175px;
    }

    body .width475px {
        width: 100% !important;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 20px;
    }

    body .width490px {
        width: 490px !important;
        margin-left: -273px;
        margin-top: 10px;
        left: unset !important;
    }

    #whiteLabeledLoginPng {
        display: none; /* Hide the div on tablet screens */
    }

    .newLogoImage {
        margin-top: -50px;
    }

    .welcomeTextWhiteLabeled {
        margin-top: unset;
    }

    .mainContainerNew {
        position: relative;
        height: 770px;
        display: flex;
        margin: auto;
        justify-content: center;
        flex-direction: column-reverse;
        align-items: center;
    }
}

@media(min-width: 2501px) {
    .width490px {
        width: 580px !important;
    }
}

@media (max-height: 770px) {

    .loginForm .validation-summary-errors {
        font-size: 10px !important;
        margin: unset;
        margin-top: -30px;
        padding: 8px;
    }

    .welcomeTextWhiteLabeled {
        margin-top: 65px;
    }

    .loginLicenseWarningBox {
        margin-top: 6em;
        padding: 5px 2px 5px 2px;
    }
}
