﻿
.logo-section {
    height: calc(207px * var(--ratio-height));
}

.p-140 {
    padding: calc(140px * var(--ratio-width));
}

/* Media queries for different screen widths */
@media screen and (min-width: 1920px) {
    :root {
        --ratio-width: var(--ratio-width-1920);
        --ratio-height: var(--ratio-height-1080);
    }
}

@media screen and (min-width: 1728px) and (max-width: 1919px) {
    :root {
        --ratio-width: var(--ratio-width-1728);
        --ratio-height: var(--ratio-height-928);
    }
}

@media screen and (min-width: 1512px) and (max-width: 1727px) {
    :root {
        --ratio-width: var(--ratio-width-1512);
        --ratio-height: var(--ratio-height-828);
    }
}

@media screen and (min-width: 1440px) and (max-width: 1511px) {
    :root {
        --ratio-width: var(--ratio-width-1440);
        --ratio-height: var(--ratio-height-828);
    }
}

@media screen and (min-width: 1280px) and (max-width: 1439px) {
    :root {
        --ratio-width: var(--ratio-width-1280);
        --ratio-height: var(--ratio-height-720);
    }
}

@media screen and (min-width: 992px) and (max-width: 1279px) {
    :root {
        --ratio-width: var(--ratio-width-992);
        --ratio-height: var(--ratio-height-561);
    }
}

@media screen and (min-width: 834px) and (max-width: 991px) {
    :root {
        --ratio-width: var(--ratio-width-834);
        --ratio-height: var(--ratio-height-500);
    }
}

@media screen and (min-width: 745px) and (max-width: 833px) {
    :root {
        --ratio-width: var(--ratio-width-768);
        --ratio-height: var(--ratio-height-400);
    }
}

@media (max-width: 744px) {
    :root {
        --ratio-width: var(--ratio-width-768);
        --ratio-height: var(--ratio-height-400);
    }
}

body {
    font-family: "Arial", sans-serif;
    background-color: #f9f9f9;
    margin: 0;
    padding: 0;
}

header {
    height: calc(187px * var(--ratio-width));
    padding: 0px calc(140px * var(--ratio-width));
    display: flex;
    align-items: center;
    align-items: center;
    background-color: white;
}


.login-continer {
    display: flex;
    flex-direction: row;
}

.password-wrapper {
    width: 100%;
    display: flex;
    align-items: center;
    overflow: hidden; /* keeps button inside */
    display: flex;
    height: calc(48px * var(--ratio-height));
    width: 100%;
    border-radius: calc(10px * var(--ratio-width));
    background-color: var(--white);
    font-family: var(--font-primary);
    font-size: calc(var(--body-font-size) * var(--ratio-width));
    font-weight: var(--body-font-regular);
    color: var(--indigo-blue-darker);
    border: calc(1px * var(--ratio-width)) solid var(--neutral-gray-disabled);
    transition: border-color 0.3s ease, background-color 0.3s ease;
}

    .password-wrapper .input {
        flex: 1;
        border: none;
        outline: none;
        padding: 10px;
    }

        .password-wrapper .input:focus {
            outline: none;
            box-shadow: none;
        }
        .password-wrapper .input:focus-visible {
            outline: none;
            box-shadow: none;
            border: none;
            background: #fff;
        }

    .password-wrapper:focus-within {
        border: 1px solid #0094ff;
        background: #fff;
    }

.toggle-password-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 0 12px;
    color: #6c757d;
    display: flex;
    align-items: center;
    justify-content: center;
    height:100%;
}

    .toggle-password-btn:hover {
        color: #000;
    }
    .toggle-password-btn:focus-visible {
        border: none;
        outline:none;
    }

.form-header {
    color: #101828;
    font-family: Lexend;
    font-size: calc(24px * var(--ratio-height));
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
/*    margin-bottom: calc(27px * var(--ratio-height));*/
}
/* Container for Login Section */
.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
    /* position: absolute; */
    left: 0;
    right: 0;
    top: 0;
    /* margin: 1rem; */
}

.sub-container1 {
    display: flex;
    width: 367px;
}

.sub-container2 {
    width: 1186.948px;
    height: 696px;
}

.inner-container {
    display: flex;
    margin: 50px;
    overflow: hidden;
    gap: 130px;
}
/* Form Section Styling */
.form-container {
    max-width: 400px;
    padding: 30px;
    flex: 1; /* Allows this section to adapt proportionally */
}

.terms {
    color: var(--Darker, #161e3d);
    /* Header 5 */
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.right-group {
    margin-left: auto; /* Pushes the 'Forgot password' to the right */
    text-decoration: underline; /* Optional styling */
    cursor: pointer; /* Indicates clickable text */
}

.left-group {
    display: flex;
    align-items: center;
    gap: 8px; /* Adjust spacing between checkbox and label */
}

.mb-3 .form-label {
    color: var(--Darker, #161e3d);
    /* Header 5 */
    font-family: Lexend;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.mb-3 .form-control::placeholder {
    color: var(--secondary-color, #9797aa); /* Placeholder text color */
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.heading-tag {
    color: #101828;
    font-family: Lexend;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: -0.48px;
}

/* Illustration Section Styling */
.illustration {
    text-align: center;
    position: relative;
    flex: 1; /* Allows this section to adapt proportionally */
    min-width: 300px; /* Ensures the section does not shrink too much */
}

/* Robot Illustration */
.robot-svg {
    max-width: calc(160px * var(--ratio-height));
    height: auto;
    position: absolute;
    left: 50px;
    z-index: 2;
    animation-name: robotMoveInclineSmooth;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}

@keyframes robotMoveInclineSmooth {
    0% {
        transform: translateY(0) rotate(0deg);
    }

    50% {
        transform: translateY(50px) rotate(10deg); /* Moves down & tilts */
    }

    100% {
        transform: translateY(0) rotate(0deg); /* Moves back up & straightens */
    }
}

/* Character Illustration */
.character-svg {
    max-width: calc(172px * var(--ratio-width));
    height: auto;
    position: absolute;
    bottom: 0px;
    right: 45px;
    animation-name: characterMoveXSmooth;
    animation-duration: 4s;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
}
/* Keyframes for robot moving downward with an incline and returning backward */

/* Keyframes for character moving smoothly (example, optional) */
@keyframes characterMoveXSmooth {
    0%, 100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(-50px); /* Move slightly left */
    }
}
/* Dashboard Preview */
.dashboard-preview {
    display: block;
    width: calc(885px * var(--ratio-width));
    height: calc(640px * var(--ratio-height));
    object-fit: contain;
    scale: 1.1;
}

.fadedlabel {
    color: #989fad;
    font-family: Lexend;
    font-size: calc(var(--body-font-size) * var(--ratio-width));
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 151.515% */
    align-self: stretch;
}

input::placeholder {
    color: var(--secondary-color, #9797aa); /* Placeholder text color */
    font-family: Lexend, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.32px;
}

.btn-continue {
    border-radius: 8px;
    border: 1px solid var(--Primery, #2c3d7b);
    background: #2c3d7b;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    height: 48px;
    width: 127%;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #fff;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

    .btn-continue:hover {
        background: rgba( 44, 61, 123, 0.9 ); /* Slightly darker shade of the primary color */
        color: #e0e0e0; /* Optional: Adjust text color on hover */
        box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.1); /* Slightly larger shadow on hover */
        cursor: pointer; /* Changes cursor to pointer on hover */
    }

.btn-submit {
    border-radius: 8px;
    border: 1px solid var(--Primery, #2c3d7b);
    background: #2c3d7b;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    height: 48px;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #fff;
    width: -webkit-fill-available;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

.btn-login {
    border-radius: 8px;
    border: 1px solid var(--Primery, #2c3d7b);
    background: #35a9fd;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    display: flex;
    height: 48px;
    padding: 10px 18px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    color: #fff;
    width: -webkit-fill-available;
    transition: background-color 0.3s ease, color 0.3s ease, box-shadow 0.3s ease; /* Smooth hover effect */
}

.btn-submit:hover {
    background: rgba( 44, 61, 123, 0.9 ); /* Slightly darker shade of the primary color */
    color: #e0e0e0; /* Optional: Adjust text color on hover */
    box-shadow: 0px 2px 4px rgba(16, 24, 40, 0.1); /* Slightly larger shadow on hover */
    cursor: pointer; /* Changes cursor to pointer on hover */
}

/* Responsive Styling for Smaller Screens */
@media (max-width: 768px) {
    .login-container {
        flex-direction: column; /* Stacks the sections vertically */
    }

    .robot-svg,
    .character-svg {
        position: static; /* Removes absolute positioning for easier stacking */
        margin: 10px 0;
    }

    .dashboard-preview {
        max-width: 100%; /* Ensures it scales properly on smaller screens */
    }
}

.input-container {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
    /*gap: calc(10px * var(--ratio-width));*/
    margin-top: 0px;
    margin-bottom: 15px;
}

.form-group {
    display: flex;
    flex-direction: column;
    gap: calc(10px * var(--ratio-width));
    width: 100%;
}

.input-label {
    color: #111827;
    font-family: var(--font-primary);
    font-size: calc(var(--body-font-size) * var(--ratio-width));
    font-weight: var(--body-font-regular);
    padding: calc(10px * var(--ratio-height)) 0px;
    line-height: normal;
    min-width: calc(14rem * var(--ratio-width));
    margin-bottom: 0px;
}

.input-label-f1 {
    flex: 1;
}

.input-label-small {
    font-size: calc(var(--font-size-sm) * var(--ratio-width));
}

.input {
    display: flex;
    height: calc(48px * var(--ratio-height));
    width: 100%;
    padding: calc(10px * var(--ratio-height));
    justify-content: center;
    align-items: center;
    align-self: stretch;
    border-radius: calc(10px * var(--ratio-width));
    background-color: var(--white);
    font-family: var(--font-primary);
    font-size: calc(var(--body-font-size) * var(--ratio-width));
    font-weight: var(--body-font-regular);
    color: var(--indigo-blue-darker);
    border: calc(1px * var(--ratio-width)) solid var(--neutral-gray-disabled);
    transition: border-color 0.3s ease, background-color 0.3s ease;
    &::placeholder

{
    color: var(--indigo-blue-darker);
    opacity: 0.5;
}

&.is-invalid {
    border: 1px solid var(--red-border);
}

&.normal {
    border: 1px solid var(--neutral-gray-disabled);
}

&.is-valid {
    border: 1px solid var(--green);
}

&:disabled {
    border: 1px solid var(--neutral-gray-disabled);
    background-color: var(--neutral-gray-disabled);
}

}

.input:focus-visible {
    outline: none;
    border: 1px solid #0094ff;
    background: #fff;
}

.input.error:focus-visible {
    border-color: var(--Toast-Critical, #ff3b30);
    outline: none;
    background: #fff;
}

.input::placeholder {
    font-size: calc(16px * var(--ratio-height));
    font-weight: 400;
    color: var(--secondary-color, #9797aa);
}

.mfa-options {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-top: 2rem;
}

.option {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    align-items: center;
    gap: 1rem;
    width: 431px;
    height: calc(99px * var(--ratio-height));
    box-shadow: 0px 34px 33px -23px rgba(22, 28, 45, 0.13);
    cursor: pointer; /* Makes it look clickable */
    transition: background-color 0.3s ease, box-shadow 0.3s ease, transform 0.1s ease;
}

    .option:hover {
        background-color: #f9f9f9; /* Slight background color change on hover */
        box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); /* Slight shadow on hover */
    }

    .option:active {
        transform: scale(0.98); /* Creates a "pressed" effect */
        box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.1); /* Adjust shadow for active state */
    }

.icon-box {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: calc(12px * var(--ratio-height));
    border-radius: 6px;
    border: 1px solid #c3cbdb;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
    transition: background-color 0.3sease;
    height: calc(44px * var(--ratio-height));
}

    .icon-box:hover {
        background-color: #eaeff5; /* Subtle change for icon box on hover */
    }

    .icon-box img {
        width: calc(24px * var(--ratio-height));
        height: calc(24px * var(--ratio-height));
    }

.option h2 {
    font-size: 1.2rem;
    color: #333;
    margin: 0;
}

.sub-label {
    color: #475467;
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    font-family: Lexend;
    font-size: calc(18px * var(--ratio-height));
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.sub-para {
    display: flex;
    width: 290px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    line-height: 12px; /* 178.571% */
    color: #989fad;
    font-family: Lexend;
    font-size: calc(14px * var(--ratio-height));
    font-style: normal;
    font-weight: 400;
}

.otp-container {
    padding: 20px 30px;
}

.message-box {
    color: #989fad;
    font-family: Lexend;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 12px;
    background: #fafcfe;
    display: flex;
    margin-bottom: 18px;
    padding: 14px;
    transition: all 0.3s ease;
}
.message-box.error {
    color: #721c24; /* Dark red text for readability */
    font-family: Lexend;
    font-size: 0.7rem;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    height: 80px;
    flex-shrink: 0;
    border-radius: 12px;
    background: rgba(248, 215, 218, 0.8); /* Light red with 80% opacity */
    display: flex;
    margin-bottom: 18px;
    padding: 14px;
    border: 1px solid rgba(245, 198, 203, 0.8); /* optional: border to match red */
    transition: all 0.3s ease;
}

.normal {
    background-color: #f0f0f0;
    color: #333;
}

.error {
    background: #ffe9e5;
    color: #ff736b;
}

.otp-container h2 {
    margin-bottom: 10px;
    font-size: 20px;
    font-weight: bold;
}

.otp-container p {
    font-size: 14px;
    color: #6c757d;
    margin: 10px 0;
}

.otp-container strong {
    color: #343a40;
}

.otp-inputs {
    display: flex;
    gap: 40px;
    margin: 20px 0;
}

.otp-box {
    width: 50px;
    height: 50px;
    text-align: center;
    font-size: 20px;
    border: 1px solid #ced4da;
    border-radius: 5px;
    outline: none;
    transition: border-color 0.3s ease;
}

    .otp-box:focus {
        border-color: #007bff;
        box-shadow: 0 0 4px rgba(0, 123, 255, 0.25);
    }

.actions {
    margin-bottom: 20px;
}

    .actions .timer {
        color: #dc3545;
        font-weight: bold;
    }

    .actions .resend {
        color: #007bff;
        text-decoration: none;
        margin-left: 5px;
    }

        .actions .resend:hover {
            text-decoration: underline;
        }

.verify-btn {
    background: #2c3d7b;
    color: #fff;
    border: none;
    border-radius: 5px;
    width: -webkit-fill-available;
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin-bottom: 18px;
}

    .verify-btn:hover {
        background-color: #495057;
    }

.bold-primary-header {
    text-align: center;
    margin-bottom: 62px;
    color: var(--Primery, #2c3d7b);
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px;
}
    .bold-primary-header a {
        color: var(--Primery, #2c3d7b) !important;
        text-decoration: none !important ;
    }

.lost-email {
    color: #475467;
    font-family: Lexend;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-align: center;
}

    .lost-email a {
        color: #007bff;
        text-decoration: none;
    }

        .lost-email a:hover {
            text-decoration: underline;
        }

.timer-text {
    color: #989fad;
    font-size: 0.9rem;
    font-weight: 400;
}

.resend {
    color: #007bff; /* Optional: Customize link color */
    text-decoration: none;
    font-weight: 500;
    font-size: 0.9rem;
}

.text-danger ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .text-danger ul li {
        display: block; /* Ensures each error appears on a new line */
    }

.text-danger {
    font-size: 18px;
}

.is-invalid {
    border: 1px solid var(--red-border);
}

.email-notification-div {
    display: flex;
    flex-direction: row;
}

.resend-email-div {
    display: flex;
    flex-direction: row;
}

#otp-timer {
    color: #989fad;
    font-family: Lexend;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    flex: 8;
}

.otp-timer-count {
    color: #1fa1ff;
    font-family: Lexend;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
}

#resendEmailBtn {
    color: #989fad;
    text-align: right;
    font-family: Lexend;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    cursor: pointer;
}

.remember-forgot-div {
    display: flex;
    flex-direction: row;
}

.remember-div {
    flex: 4;
}

.forgot-password {
}

.anchor-tag-without-style {
    color: inherit; /* Inherit text color from parent */
    text-decoration: none; /* Remove underline */
    cursor: pointer; /* Keep the pointer cursor like a link */
    display: inline-block; /* Behave like a span */
}

.validation-message {
    font-size: 12px;
    height: 18px;
}

.reset-passwod-validation {
    font-size: 12px;
    color: #dc3545;
}

#reset-pass {
}

#reset-pass-confirm {
}

#password-rest-common-error {
}

.margin-b-0 {
    margin-bottom: 0px;
}

.custom-checkbox {
    width: calc(var(--body-font-size) * var(--ratio-width));
    height: calc(var(--body-font-size) * var(--ratio-width));
}

.checkbox-label {
    color: #161c2d;
    font-family: Lexend;
    font-size: calc(var(--body-font-size) * var(--ratio-width));
    font-style: normal;
    font-weight: 400;
    line-height: 26px; /* 185.714% */
    letter-spacing: -0.1px;
}

.submit-button {
    height: calc(48px * var(--ratio-height));
    font-size: calc(var(--body-font-size) * var(--ratio-width));
    border-radius: 8px;
    border: 1px solid var(--Primery, #2c3d7b);
    background: var(--Primery, #2c3d7b);
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: #fff;
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
}
.secondary-button {
    height: calc(48px * var(--ratio-height));
    font-size: calc(var(--body-font-size) * var(--ratio-width));
    border-radius: 8px;
    box-shadow: 0px 1px 2px 0px rgba(16, 24, 40, 0.05);
    color: var(--Primery, #2C3D7B);
    font-family: Lexend;
    font-style: normal;
    font-weight: 600;
    line-height: 24px; /* 150% */
    width: 100px;
    border: 1px solid var(--Accent, #EEF2F5);
    background: var(--Secondery, #E3F4F8);
}
/*.social-login-container {
    margin-top: calc(27px * var(--ratio-height));
}*/



        .social-buttons .social-btn:hover {
            background-color: #f5f5f5;
        }

.social-icon {
    width: calc(24px * var(--ratio-width));
    height: calc(24px * var(--ratio-height));
}

.spinner-small {
    height: calc(var(--body-font-size) * var(--ratio-width)) !important;
    width: calc(var(--body-font-size) * var(--ratio-width)) !important;
}


.or-using {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 10px;
    text-align: left;
}

/** Register */
#common-register-error {
    display: none;
}

#email-reg-error {
    display: none;
}

#pass-reg-error {
    display: none;
}

#confirm-pass-reg-error {
    display: none;
}

.error-span {
    font-size: calc(14px * var(--ratio-height));
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #dc3545;
}

.password-error {
    display: block;
}

.password-label {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.password-strength {
    text-align: end;
    color: var(--Toast-Success, #00963c);
    font-family: Lexend;
    font-size: 13.2px;
    font-style: normal;
    font-weight: 400;
    font-size: calc(var(--body-font-size) * var(--ratio-width));
    line-height: normal;
    padding: calc(10px * var(--ratio-height)) 0px;
}

.password-input-wrapper {
    position: relative;
    width: 100%;
}

.password-error {
    position: absolute;
    left: calc(100% + 10px); /* Position it 10px to the right of the input */
    top: 50%;
    transform: translateY(-50%);
    padding: calc(8px * var(--ratio-height)) calc(12px * var(--ratio-width));
    width: calc(300px * var(--ratio-width));
    display: none; /* Hidden by default */
    z-index: 1000;
    border-radius: calc(14px * var(--ratio-width));
    background: #fff;
    box-shadow: 0px 4px 32px 0px rgba(0, 0, 0, 0.1);
    color: #ff453a;
    font-family: Lexend;
    font-size: calc(14px * var(--ratio-height));
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.1px;
}

    .password-error:before {
        content: "";
        position: absolute;
        left: -6px;
        top: 50%;
        transform: translateY(-50%);
        border-top: 6px solid transparent;
        border-bottom: 6px solid transparent;
        border-right: 6px solid #fff;
    }

    .password-error.active {
        display: block;
    }

/* Responsive adjustment */
@media (max-width: 768px) {
    .password-error {
        position: static;
        transform: none;
        margin-top: 8px;
        width: 100%;
    }

        .password-error:before {
            display: none;
        }
}

.password-requirements {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    .password-requirements li {
        position: relative;
    }

        .password-requirements li:before {
            content: "•";
            position: absolute;
            left: 5px;
            color: var(--Toast-Critical, #ff3b30);
        }
/** Register end*/
:root {
    --brand-button-primary: #FF5900;
    --brand-button-secondary: #D9480F;
    --brand-border-radius: 8px;
    --brand-button-text: #FFF;
    --brand-text-primary: #111827;
    --brand-text-secondary: #6B7280;
}
.form-continer {
    /*    flex: 3;*/
    flex: 1;
/*    padding: 0px calc(140px * var(--ratio-width));*/
}
.illustration-continer {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end; /* place content at bottom */
    padding: 20px 20px 0px;
}
main {
    /*    height: calc(833px * var(--ratio-width));*/
    /*    padding: 50px 100px 50px 96px;*/

    padding: clamp(16px, 3vw, 50px) clamp(16px, 5vw, 100px);
    background: linear-gradient(180deg, rgba(255, 89, 0, 0.05) 50%, #FF5900 100%), url('/img/login/bgg.png');
    backdrop-filter: blur(25px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.input-label {
    color: #111827 !important;
    font-family: 'Inter',sans-serif;
    font-size: 14px !important;
    font-style: normal;
    font-weight: 500 !important;
    line-height: 20px !important; /* 142.857% */
}
input {
    border-radius: 6px !important;
    border: 1px solid rgba(0, 0, 0, 0.00) !important;
    background: #F3F3F5 !important;
}
.password-wrapper .toggle-password-btn {
    border-radius: 0px 6px !important;
    border: 1px solid rgba(0, 0, 0, 0.00) !important;
    background: #F3F3F5 !important;
}
.password-wrapper input {
    border-radius: 6px 0px 0px !important;
    background: #F3F3F5 !important;
}
.login-card {
    background: var(--brand-button-text);
    width: 100%;
    max-width: 521px;
    height: auto;
    /* height: 660px; */
    padding: 26px 48px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
.login-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*    margin-bottom: 18px;*/
    margin-bottom: calc(16px * var(--ratio-height));
}
.language-selector button {
    border-radius: 33554400px;
    background: rgba(255, 89, 0, 0.90);
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
}
.left-section h4 {
    color: var(--brand-button-text);
    font-size: 24px;
    font-weight: 600;
    line-height: 32px;
}

.left-section p {
    color: var(--brand-button-text);
    font-size: 16px;
    line-height: 24px; /* 150% */
}

.left-bottom-status-box {
    display: flex;
    gap: 32px;
}

.left-bottom-status {
    padding: 0 0 0 30px;
}

.stats-box .stat-num {
    color: var(--brand-button-text);
    text-align: center;
    font-size: 30px;
    font-weight: 600;
}

.stats-box .stat-text {
    color: var(--brand-button-text);
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}
.login-title {
    color: #111827;
    font-size: 32px;
    line-height: 40px; /* 125% */
    font-weight: 600;
}

.login-text {
    color: #6B7280;
    font-size: 16px;
    line-height: 24px; /* 150% */
    font-weight: 400;
}

    .login-btn {
    background-color: var(--brand-button-primary);
    border-radius: var(--brand-border-radius);
    border: none;
    padding: 11px 0;
    width: 100%;
    color: var(--brand-button-text);
    font-size: 16px;
    font-weight: 600;
    margin: 18px 0px !important;
    line-height: 20px;
}

continue-with {
    position: relative;
    color: #6B7280;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
}

.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0.5rem;
    gap: 12px;
}

    .divider::before,
    .divider::after {
        content: "";
        flex: 1;
        border-top: 1px solid #E5E7EB;
    }
.social-buttons {
    gap: 12px;
}

    .social-buttons .social-btn {
        border-radius: 8px;
        border: 1px solid #E5E7EB;
        background: #FFF;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
/*        height: calc(44px * var(--ratio-height));*/
        transition: background-color 0.3s;
    }
.forgot-password a {
    color: #FF5900;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px; /* 142.857% */
    text-decoration:none !important;
}
.conditions a {
    color: #FF5900;
    font-size: 11px;
    font-weight: 400;
    line-height: 20px;
    text-decoration: none !important;
}
.footer-bottom-links {
    color: #6B7280;
    text-align: center;
    font-family: 'Inter',sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px; /* 150% */
}
.footer-bottom-links {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    border-top: 1px solid #E5E7EB;
    padding-top: 0.5rem;
}

    .footer-bottom-links a {
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        color: #6B7280;
        text-decoration: none;
    }

        .footer-links a:hover {
            color: #111827;
        }

.footer-bottom-links .dot {
    font-size: 14px;
    color: #6B7280;
}

@media(max-width:768px){
    main {
        height: auto;
        justify-content: center;
        display: flex;
    }
    .login-continer {
        display: flex;
        flex-direction: column-reverse;
    }
    .left-bottom-status-box {
        flex-wrap:wrap;
    }

    @media(max-width:425px){
        main {
            padding: 0px;
        }
        .login-card {
            padding: 25px;
        }