/* .login-wrapper {
/* .login-wrapper {
    display: table;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #00ff00;
}
.login-box {
    display: table-cell;
    vertical-align: middle;
}
.login-content {
    width: 850px;
    padding: 25px;
    margin: auto;
    background: rgb(173, 6, 6);
    box-shadow: 0px 0px 10px 1px #bababa;
}
.login-wrapper img.top-bg {
    width: 175px;
    position: absolute;
    top: 0;
    left: 0;
}
.login-wrapper img.bottom-bg {
    width: 175px;
    position: absolute;
    bottom: 0;
    right: 0;
}
img.img-fluid.login-logo {
    width: 150px;
}
.login-content input[type="email"],
.login-content input[type="password"] {
    background: #1c0404;
    color: #000 !important;
    border: none;
}
.login-text {
    position: absolute;
    top: calc(100% - 300px);
    padding: 35px;
    width: 100%;
}
.login-text div {
    font-size: 20px;
    color: #000000;
    line-height: 35px;
}

/* New Login Styles */
.login-container {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../assets/login-icons/loginbackground.png");
    background-size: cover;
    background-position: center;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.logopageimage {
    /* health-insurance */
    margin-top: 20px;
    width: 102.89px;
    height: 102.89px;

    /* Inside auto layout */
    flex: none;
    order: 5;
    flex-grow: 0;
    opacity: 10%;
    margin-right: 60px;
}

.logoimage-container {
    display: flex;
    overflow-x: auto;
    /* Enable horizontal scrolling */
    width: 98%;
    /* Total width of all images plus margins */
}

.logo-counter {
    margin-top: 5px;
    margin-left: 30px;
    width: 98%;
}

.brandlogo {
    position: relative;
    width: 145px;
    height: 48px;
    left: 250px;
    /* Remove this line if you don't need horizontal positioning */
    top: 15px;
    /* Remove this line if you don't need vertical positioning */
    margin-right: 20px;
    /* Add margin to the right */
    /* margin-top: 15px; */
}

.brandlogo img {
    position: absolute;
    /* Position the image relative to its parent */
    top: 0;
    /* Position at the top */
    right: 0;
    /* Position at the right */
    width: 100%;
    /* Ensure the image fills its container */
    height: 100%;
    /* Ensure the image fills its container */
    object-fit: contain;
    /* Maintain aspect ratio */
}

.logoinputbox {
    /* Frame 1000004358 */

    box-sizing: border-box;

    /* Auto layout */
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0px 24px;
    gap: 24px;

    width: 329px;
    height: 48px;

    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 8px;

    /* Inside auto layout */
    flex: none;
    order: 0;
    align-self: stretch;
    flex-grow: 0;

    margin-left: 250px;
    margin-right: 25px;
    margin-bottom: 20px;
}

.logoinputdiv {
    display: flex;
    flex-direction: column;
    /* Stack items vertically */
}

.errorloginmsg {
    /* Frame 1000004839 */
    margin-top: 20px !important;

    /* Auto layout */
    padding: 10px !important;
    /* gap: 10px; */
    max-width: 310px;
    height: 48px;
    /* font-size: 10px; */
    background: rgba(244, 17, 0, 0.3);
    border: 1px solid rgba(244, 17, 0, 0.5);
    border-radius: 8px;

    /* Inside auto layout */
    margin-left: 258px;
    margin-bottom: -7px;
    /* User is having active session in someother device, Logout and login here? */

    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 19px;
    letter-spacing: 0.02em;

    color: #ffffff;
}

.loginpagebutton {
    /* Frame 1000004355 */

    /* Auto layout */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;
    gap: 10px;
    width: 329px;
    height: 48px;
    margin-left: 250px;

    background: #041643;
    border-radius: 24px;
    color: #ffffff;
    /* Inside auto layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    border-width: 0;
    cursor: pointer;
}

.input-container {
    display: flex;
    align-items: center;
    /* Vertically center the items */
}

.txtright {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-size: 40px;
    /* line-height: 66px; */
    letter-spacing: 0.02em;
    color: #ffffff;
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-left: 90px;
}

.txtspanright {
    /* Any Time, Anywhere! */

    width: 328px;
    /* height: 25px; */

    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 30px;
    /* line-height: 41px; */
    /* identical to box height, or 131% */
    letter-spacing: 0.02em;

    color: #ffffff;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-left: 90px;
}

.forgotclass {
    /* Forgot your password? */
    margin-top: 10px;
    width: 182px;
    height: 19px;

    font-family: "Inter";
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.02em;
    text-decoration-line: underline;

    color: #041643;

    /* Inside auto layout */
    flex: none;
    order: 1;
    flex-grow: 0;
    margin-left: 400px;
}
/* New Login Styles */
