.login-screen-inner {
    max-width: 800px;
    border-radius: 20px;
    box-shadow: 0px 0px 35.64px 0px #0000001a;
}

.lgoin-screen-logo-section {
    width: 344px;
    padding: 16px;
    background-color: #f6f6f8;
    border-radius: 20px 0px 0px 20px;
    height: 570px;
    align-content: center;
    display: grid;
}

.lgoin-screen-form-section {
    width: 445px;
    border-radius: 0 20px 20px 0;
    height: 570px;
    align-content: center;
    display: grid;
}

.logo-img-desktop {
    width: 100px;
    place-self: center;
    margin-bottom: 16px;
    padding-top: 6px;
}

.login-para {
    font-family: Lato;
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #353c4d;
}

.Login-screen-main {}

.mb-32 {
    margin-bottom: 32px;
}

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

/* ---------mobile-css-------- */
.sign-in-up-button {
    border: 1px solid #353c4d;
    /* width: 300px; */
    width: 100%;
    height: 44px;
    border-radius: 8px;
    display: flex;
    justify-content: start;
    align-items: center;
    padding: 10px 16px;
    background-color: unset;
}

.login-inner-main {
    padding: 0 70px 0 70px;
}

.signup-main {
    padding: 0 60px 0 60px;
}

.signup-main-reset {
    padding: 0 40px 0 40px;
}

.top-para-hdr {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #5d6370;
}

.top-header {
    font-family: Lato;
    font-size: 20px;
    font-weight: 700;
    line-height: 29.92px;
    letter-spacing: -0.016em;
    text-align: center;
    color: #0c1529;
}

.top-header-para {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #5d6370;
}

.top-para {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #5d6370;
    padding: 0 31px 30px 31px;
    text-align: center;
}

.top-para-check-mail {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #5d6370;
    text-align: center;
}

.top-para-signup {
    font-family: Lato;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    color: #5d6370;
    padding: 0 31px 10px 31px;
    text-align: center;
}

.mb-24 {
    margin-bottom: 24px;
}

.sign-label {
    width: 100%;
    font-family: Lato;
    font-size: 12px;
    font-weight: 600;
    line-height: 16px;
    letter-spacing: -0.07000000029802322px;
    text-align: center;
    color: #344054;
}

.divider {
    display: flex;
    align-items: center;
    text-align: center;
    color: #5d6370;
    margin: 10px 0 10px 0;
}

.divider::before,
.divider::after {
    content: "";
    flex: 1;
    border-bottom: 1px solid #aeb1b8;
}

.divider:not(:empty)::before {
    margin-right: 0.25em;
}

.divider:not(:empty)::after {
    margin-left: 0.25em;
}

.para-terms {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #5d6370;
}

.para-terms-spn {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #2384c1;
    cursor: pointer;
}

.userform-mail {
    height: 44px;
    /* width: 300px; */
    color: #353c4d;
    display: flex;
    align-items: center;
    border: 1px solid #ced0d4;
    border-radius: 8px;
}

.login-btn-m:focus-visible {
    border: 1px solid var(--color-blue-50);
    background-color: var(--color-blue-50);
    color: var(--color-white-900);
}

.login-btn-g:focus-visible {
    border: 1px solid var(--color-blue-60);
    background-color: var(--color-blue-60);
    color: var(--color-white-900);
}

.reset-paswrod-input-s input:focus,
.reset-paswrod-input-s input:focus-visible {
    border: 0px;
    outline: 0px;
}

.reset-paswrod-input-s input:focus,
.reset-paswrod-input-s input:focus-visible {
    border: 0px;
    outline: 0px;
}

.login-user:focus,
.login-user-input:focus {
    outline: 0;
}

.login-user-input {
    border: none;
    background: transparent;
    width: 100%;
    margin: 0;
    padding: 7px 8px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    font-size: var(--font-size-12s);
}

.login-user {
    height: 22px;
    border-right: 1px solid #aeb1b8 !important;
    text-indent: -999px;
    overflow: hidden;
    padding-inline: 15px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    opacity: 0.7;
}

.login-eye {
    height: 22px;
    text-indent: -999px;
    overflow: hidden;
    padding-inline: 15px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    opacity: 0.7;
}

.login-user {
    height: 22px;
    border-right: 1px solid #aeb1b8 !important;
    text-indent: -999px;
    overflow: hidden;
    padding-inline: 15px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    opacity: 0.7;
    cursor: unset !important;
}

.bg-img-email {
    background: transparent url("/assets/images/mobile/icons/mail-mob-pro.svg") no-repeat center;
}

.login-user-input {
    border: none;
    background: transparent;
    width: 100%;
    margin: 0;
    padding: 7px 8px;
    color: #353c4d;
    border: 1px solid transparent;
    border-radius: inherit;
    font-size: var(--font-size-12s);
    font-weight: 500;
    cursor: unset !important;
}

.mt-56 {
    /* margin: 100px 0 100px 0 ; */
}

.pt-56 {
    /* padding: 100px 0 100px 0 ; */
}

.login-eye-close-sign-up {
    background: transparent url("/assets/images/common/icons/eye-close-icon.svg") no-repeat center;
}

.login-eye-open {
    background: transparent url("/assets/images/mobile/icons/eye-open-mob.svg") no-repeat center;
}

.login-eye-sign-up {
    height: 22px;
    text-indent: -999px;
    overflow: hidden;
    padding-inline: 15px;
    margin: 0;
    border: 1px solid transparent;
    border-radius: 0;
    cursor: pointer;
    opacity: 0.7;
}

.check-label-mail {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #7a7493;
    display: flex;
    align-items: center;
    gap: 4px;
}

.forgot-password-login {
    font-family: Lato;
    font-size: 14px;
    font-weight: 400;
    line-height: 16px;
    color: #2384c1;
}

.return-to-login {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: -0.01em;
    text-align: center;
    color: #0c1529;
    cursor: pointer;
    margin-top: 20px;
}

.bg-img-user {
    background: transparent url("/assets/images/mobile/icons/user-mob-pro.svg") no-repeat center;
}

.bg-img-password {
    background: transparent url("/assets/images/mobile/icons/lock-mob-pro.svg") no-repeat center;
}

.bg-img-email {
    background: transparent url("/assets/images/mobile/icons/mail-mob-pro.svg") no-repeat center;
}

.bg-img-usr-logo {
    background: transparent url("/assets/images/common/social-icon/user-login-to.svg") no-repeat center;
}

.return-icon {
    height: 18px;
    width: 18px;
}

.cross-btn {
    position: absolute;
    right: 20px;
    top: 20px;
}

.login-user-input-rest {
    border: none;
    background: transparent;
    width: 100%;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding: 7px 8px;
    color: inherit;
    border: 1px solid transparent;
    border-radius: inherit;
    color: #353c4d;
}

.login-btn-bottom {
    font-family: var(--font-family-Lato);
    font-size: var(--font-size-14);
    font-weight: 600;
    color: var(--color-white-900);
    width: 100%;
    border-radius: 4px;
    height: 37px;
    background-color: var(--color-blue-50);
    border: 1px solid var(--color-blue-50);
}

.login-user-input-rest::placeholder {
    font-family: Lato;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -0.01em;
    text-align: left;
    color: #aeb1b8;
}

.logo-img-password {
    background: transparent url("/assets/images/common/icons/lock-password-line.svg") no-repeat center;
}

.login-user-input-rest:focus-within {
    border: none !important;
}

.userform-mail:focus-within {
    border: 1px solid #2a9fe8;
}

.userform-mail:focus {
    border: 1px solid #2a9fe8;
}

.userform {
    height: 44px;
    color: #353c4d;
    display: flex;
    align-items: center;
    border: 1px solid #ced0d4;
    border-radius: 8px;
}

.login-eye-close-sign-up,
.login-eye-open {
    transition: all 0.2s ease;
}

/* Target the autofill styling */
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset !important;
    /* Set a white background */
    -webkit-text-fill-color: inherit !important;
    /* Inherit text color */
    transition: background-color 5000s ease-in-out 0s;
    /* Maintain the background color */
}

@media screen and (max-width: 992px) and (min-width: 768px) {
    .lgoin-screen-logo-section {
        width: 100%;
        max-width: 300px;
        padding: 16px;
    }

    .lgoin-screen-form-section {
        width: 100%;
        max-width: 400px;
    }

    .logo-img-desktop {
        margin-top: 42px;
    }

    .signup-main {
        padding: 0 30px 0 30px;
    }
}

@media screen and (max-width: 767px) {
    .lgoin-screen-logo-section {
        display: none;
    }

    .login-screen-inner {
        max-width: 100% !important;
        border-radius: 0 !important;
        box-shadow: unset !important;
    }
}

@media screen and (max-width: 576px) {
    .lgoin-screen-form-section {
        width: 100%;
    }

    .login-inner-main {
        padding: 0 25px 0 25px;
    }

    .sign-in-up-button {
        height: 38px;
    }

    .userform-mail {
        height: 38px;
    }

    .login-btn-bottom {
        height: 35px;
    }

    .userform {
        height: 38px;
    }
}

@media screen and (max-width: 430px) {
    .signup-main {
        padding: 0;
    }

    .top-para-signup {
        padding: 0 0 10px 0;
    }

    .login-inner-main {
        padding: 0;
    }

    .lgoin-screen-form-section {
        width: auto;
        border-radius: 0 20px 20px 0;
        height: max-content;
        align-content: center;
        min-height: 350px;
        padding: 30px 20px 50px 20px;
    }

    .top-header {
        font-size: 16px;
    }

    .top-para {
        font-family: Lato;
        font-size: 12px;
        font-weight: 500;
        line-height: 16px;
        color: #5d6370;
        padding: 0 0 30px 0;
        text-align: center;
    }

    .signup-main-reset {
        padding: 0 0 0 0;
    }

    .check-label-mail {
        font-size: 12px;
    }

    .forgot-password-login {
        font-size: 12px;
    }
}