.logo-login-header-desktop{
    position: absolute;
    left: 106px;
    top: 24px;
    z-index: 1;
}
.close-desktop{
    position: absolute;
    right: 106px;
    top: 24px;
}
.cross-icon{
    border: 1px solid var(--grey-200);
    padding: 8px;
    width: 41px;
    border-radius: 28px;
}

.or-line {
    width: 100%;
    text-align: center;
    line-height: .01rem;
    margin-top: 25px;
    margin-bottom: 30px;
    padding-right: 47px;
    padding-left: 40px;
    background: #e3e3e3;
}

.form-container , .otp-instead-password{
    width: 400px;
    margin: auto;
}

.or-lineText{
    background: #fff;
    padding: 0 10px;
    font-size: 90%;
    color: #e3e3e3;
}

.modal-dialog-centered{
    align-items: flex-start !important;
}

.new_modal_heading{
color: var(--grey-800);
text-align: center;
font-family: Manrope;
font-size: var(--font-size-36);
font-style: normal;
font-weight: 600;
line-height: 56px;
margin-bottom: 16px;
}

.modal_heading_text{
    color: var(--grey-500);
    text-align: center;
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 30px;
}

.not-Registered-Text{
    font-family: manrope;
    color: red;
}

.edit-email-number{
    color: var(--pink-Dark);
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 60px;
    cursor: pointer;
}
.login-modal .modal_input{
    height: 46px;
    padding: 11px 14px;
}

.login-modal label{
    color: var(--grey-500);
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.login-modal .form-group{
    margin-bottom: 12px;
}

.use-Phone-instead{
    color: var(--Pink-Dark, #D57BC8);
    font-feature-settings: 'salt' on, 'liga' off;
    font-family: Manrope;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 20px;
    cursor: pointer;
    line-height: 24px; /* 171.429% */
}


.password-field{
    position: relative;
}

.eye-password {
    position: absolute;
    top: 49%;
    right: 9px;
}

.pencil-edit{
    cursor: pointer;
}

.eye-password img{
    width: 18px;
}

.generate-otp-button , .validate-OTPbutton , .save-password, .Login-button{
    display: flex;
    width: 396px;
    height: 54px;
    border-radius: 8px;
    padding: 14px 24px;
    justify-content: center;
    align-items: center;
    gap: 28px;
    flex-shrink: 0;
    width: 100%;
    background: var(--grey-800);
}

.skip-text{
    color: var(--grey-500);
    text-align: center;
    /* Regular/14 */
    font-family: Manrope;
    font-size: var(--font-size-14);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}


.login-modal-otp{
    display: flex;
}

.login-modal-otp .form-control{
    width: 100%;
    height: 54px;
    border-radius: 8px;
    padding: 8px;
    text-align: center;
    font-family: 'Manrope';
}
.login-modal-otp .form-control:not(:first-child) {
    margin-left: 4px;
}

.modal_desc_r , .otp-label{
    margin-top: 0 !important;
    margin-bottom: 4px;
    font-family: manrope;
    color: var(--grey-500);
}

.resend-otp{
    font-family: manrope;
    color: var(--grey-500);
    font-size: var(--font-size-14);
    margin-bottom: 12px;
}

.save-password{
    margin-bottom: 16px;
}

.skip-password , .Login-with-Password{
    text-align: center;
    font-family: Manrope;
    font-size: var(--font-size-16);
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 8px;
    height: 54px;
    margin-bottom: 19px;
    width: 100%;
}

.Login-button{
    margin-top: 20px;
}

.nsm7Bb-HzV7m-LgbsSe-BPrWId{
    width: 140px !important;
}

.nsm7Bb-HzV7m-LgbsSe{
    height: 54px;
    background-color: #f2f4f7;
    background-image: none;
    border: 1px solid #f2f4f7;
    font-weight: 600;
    font-size: var(--font-size-16);
}


.user-EmailId-Div , .user-phone-Div{
    position: relative;
}


.forgot-password{
    font-size: var(--font-size-14);
    font-family: 'Manrope';
    font-weight: 600;
    margin-bottom: 0px;
    color: var(--pink-Dark);
    cursor: pointer;

}


.user-EmailId-Div span , .user-phone-Div span{
    position: absolute;
    top: 0;
    right: 0;
    font-size: var(--font-size-12);
    font-family: manrope;
    font-weight: 400;
    cursor: pointer;
}
.footer-sebi {
    position: absolute;
    bottom: -25px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-weight: 500;
    font-family: manrope;
    width: 100%;
  }
    .footer-sebi img{
        margin-bottom: 8px;
        width: 40px;
    }

    .footer-sebi p{
        margin-bottom: 0;
        color: var(--grey-800);
        font-size: var(--font-size-12);
    }


    .skip-button-to-portfolio{
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 16px;
    }

    .skip-button-to-portfolio .btn{
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: var(--font-size-14);
        font-weight: 600;
        width: 300px;
        height: 44px;
        padding: 0;
    }

    .skip-Modal{
        text-align: center;
    }

    .skip-Modal img{
        margin-bottom: 24px;
    }



    .term-condition{
        text-align: center;
        margin-top: 10px;
    }

    .term-condition p{
        font-size: var(--font-size-14);
        font-family: manrope;
        color: var(--grey-500);
        font-weight: 500;
    }


    #genericMessageModal{
        border: 1px solid var(--grey-400);
    }

@media screen and (max-width:1366px) {
    .new_modal_heading {
        font-size: var(--font-size-24);
        line-height: normal;
        margin-bottom: 16px;
    }
    .modal_heading_text {
        font-size: var(--font-size-14);
        line-height: normal;
        margin-bottom: 30px;
    }
    .use-Phone-instead {
        font-size: var(--font-size-12);
        margin-bottom: 24px;
        line-height: normal;
    }
    .generate-otp-button, .validate-OTPbutton, .save-password, .Login-button {
        font-size: var(--font-size-16) !important;
        height: 50px;
        padding: 12px 24px;
    }
    .or-line {
        line-height: .1px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    skip-password, .Login-with-Password {
        font-size: var(--font-size-14);
        line-height: normal;
        height: 50px;
        margin-bottom: 12px;
    }
}




@media (max-width:768px){

    #loginModal{
        z-index: 1090 !important;
    }

    .skip-Modal img {
        margin-bottom: 24px;
        width: 310px !important;
    }
    .login_modal_2 {
        right: 10px;
        top: 29px;
    }
    .form-container{
        width: auto;
        margin: auto;
    }

    .new_modal_heading {
        text-align: left;
        font-family: Manrope;
        font-size: var(--font-size-24);
        font-style: normal;
        line-height: normal;
    }
    .modal_heading_text {
        text-align: left;
        font-size: var(--font-size-14);
        line-height: normal;
        margin-bottom: 40px;
    }
    .login-modal .modal_input {
        height: 46px !important;
        padding: 11px 14px;
    }

    #loginModal .modal-content {
        justify-content: flex-start !important;
    }

    .or-line {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .login_modal_5 {
        width: 100%;
        padding: 0rem;
        height: auto;
        margin: 40px 0px;
    }
    .login_modal_6 {
        width: auto;
        border: 0;
        border-radius: 0%;
    }

    .footer-sebi p{
        padding: 0px 20px;
    }
    .footer-sebi {
        bottom: 0px;
      }

}


@media (min-width:768px){


    .form-disclaimer{
        display: flex;
        gap: 44px;
    }

    .disclaimer-div{
        flex: 1;
    }

    .before-move-text{
        font-size: var(--font-size-20);
        font-family: manrope;
        font-weight: 600;
        color: var(--grey-500);
        margin-bottom: 24px;
        margin-top: .6rem;
    }

    .disclaimer-heading {
        font-size: var(--font-size-24);
        font-weight: 600;
        margin-bottom: 24px;
    }

    .disclaimer-div-inner-box{
        display: flex;
        justify-content: flex-start;
        align-items: baseline;
        margin-bottom: 20px;
        gap: 10px;
    }
    .disclaimer-div-inner-box i{
        font-size: var(--font-size-24);
        color: var(--pink-Dark);
    }

    .disclaimer-div-inner-box h3{
        font-size: var(--font-size-20);
        font-family: manrope;
        font-weight: 600;
    }
    .disclaimer-div-inner-box p{
        font-size: var(--font-size-14);
        font-family: manrope;
        margin-bottom: 0;
        color: var(--grey-400);
        text-align: justify;
    }

}
