
#login-register-modal .login-jug{
    width: 80%;
    margin-left: auto;
    margin-right: auto;

}

#login-register-modal .top-row{
justify-content: center;
align-items: center;

}

#login-register-modal .heading{
text-align: center;
margin-top: 1%;
width: 100%;
}

#login-register-modal .heading-text{
color: #666666;
font-weight: 600;
font-size: 18px;
}
#login-register-modal .heading-text-2{
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 16px;
line-height: 19px;

color: #666666;

}
#login-register-modal .logo-string{
position: relative;
}
#login-register-modal .logo-image-2{
width: 61px;
border-radius: 50%;

}


#login-register-modal .outer-btns-1{
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: 90%;
    height: 45px;
    background: #FFF9ED;
    border: 1.5px solid #FFB324;
    border-radius: 6px;
    color: #FFB324;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 24px;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
}

#login-register-modal  .logo-string-1{

height: 29px;


font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
color: #000000;
margin: 0 0 0 7px;
position:unset;
}


#login-register-modal  .logo-string-2{
height: 29px;
font-family: 'Inter';
font-style: normal;
font-weight: 600;
font-size: 24px;
line-height: 29px;
color: #201D18;
position:unset;
margin-top: 0px;

}


#login-register-modal  .login-btn, .register-btn{
color: #000000;
}

#login-register-modal  input.form-control{
background: #f5f4f4;
border-radius: 5px;

height: 40px;
font-size: 0.8rem;
}


#login-register-modal  button.outer-btns{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 8px 16px;
    gap: 8px;
    width: 100%;
    height: 45px;
    left: 661px;
    top: 781px;
    background: #ffe0a6;
    border-radius: 6px;
    font-weight: 600;
    border: unset;
    margin-top: 3rem;
    margin-left: auto;
    margin-right: auto;
    color: #000000;
}


#login-register-modal  form.td-register{
display: none;
}

#login-register-modal  form.td-forgot{
display: none;
}

#login-register-modal  label.error{
color: rgb(142, 16, 16);
}

.td-set-new-password{
display: none;
}

.forgot-btn.outer-btns, .setnew-password-btn{
color: white;
}

.td-email-verify{
display: none;
}

.verify-email-btn, .re-verify-email-btn-1, .re-verify-email-btn-2{
color: #fff;
}


.td-re-verify-email, .repin-group, .re-verify-email-btn-2 {
display: none;
}

sup.required-input {
    color: #a41515;
}