.lg-rg-cn,
.lg-rg-sc-cn {
    width: 100%;
    max-width: 410px;
    margin: 9px auto 9px;
    padding: 0;
}

.lg-rg-wide {
    max-width: 700px;
}

.lg-rrg-header {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    padding: 0 15px;
    line-height: 50px;
    height: 50px;
    overflow: hidden;
    text-align: center;
    border-bottom: 0;
    color: #454444;
    border-bottom: 1px solid #d3d3d3;
    border: 1px solid #eee;
    border-radius: 10px 10px 0 0;
    background: #dddddd;
}

.lg-rg-body {
    background: white;
    border: 1px solid #eee;
    padding: 5px;
    direction: rtl;
}

.lg-rg-body .nav-tabs {
    border: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.lg-rg-body .nav-tabs .nav-item {
    width: 32%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.lg-rg-body .nav-tabs .nav-item .nav-link {
    color: gray;
    font-size: 12px;
    padding: 0px 2px;
    margin-bottom: 0;
}

.lg-rg-body .nav-tabs .nav-item .nav-link.active {
    border: 0;
}

.lg-rg-body .nav-tabs .nav-link:hover {
    border: 0px;
}

.lg-rg-body {
    direction: rtl;
    text-align: right;
    padding: 15px;
    margin-bottom: 0;
    padding-bottom: 0;
    border-radius: 15px;
}

.btn-lg-rg {
    color: #ffffff;
    background-color: #fb5300;
    border: 0;
    -webkit-transition: all 0.2s;
    -moz-transition: all 0.2s;
    -ms-transition: all 0.2s;
    -o-transition: all 0.2s;
    transition: all 0.2s;
    width: 100%;
    padding: 12px !important;
    font-size: 13px;
    margin: 0 auto;
}

.btn-lg-rg:hover {
    color: white;
    border-bottom: solid 3px #5f9be7;
}

.lg-rg-body .form-control {
    font-size: 13px;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    transition: all 250ms ease;
}

.lg-rg-body form label {
    font-size: 13px;
    cursor: pointer;
}

.lg-rg-sc-cn {
    background: white;
    margin-top: -22px;
    padding-top: 16px;
    border: 1px solid #eee;
    border-top: 0;
}

.cntc-ac-ltr {
    text-align: left;
    direction: ltr;
}

.lg-rg-sc-cn h2 {
    width: 100%;
    font-size: 13px;
    text-align: center;
    border-bottom: 2px solid #d8d8d8;
    line-height: 0.1em;
    margin: 10px 0 20px;
}

.lg-rg-sc-cn h2 span {
    background: #fff;
    padding: 0 10px;
    border-radius: 13px;
}

.nb-btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    width: 47%;
    height: 36px;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    border: none;
    line-height: 36px;
    font-size: 1.2rem;
    position: relative;
    outline: none !important;
    background-color: #f5f5f5;
    border: 1px solid #eaeaea;
    font-size: 13px;
    margin-bottom: 10px;
    color: #ffffff !important;
    margin-left: 4px;
}

.google-bt {
    background: #da4835;
}

.yahoo-bt {
    background: #6331a1;
}

.twitter-bt {
    background: #1da1f2;
}

.facebook-bt {
    background: #395a99;
}

.page-basket .nb-signinup-wrapper .so-log .google-bt {
    background: #da4835;
    margin-left: 3px;
    cursor: pointer;
}

.nb-btn-icon i {
    position: absolute;
    right: 0;
    top: 0;
    width: 34px;
    height: 36px;
    line-height: 36px;
    font-size: 1.8rem;
    text-align: center;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-right: 0px;
    font-size: 18px;
}

.tab-pane.active {
    animation: slide-down 500ms ease-out;
}

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    margin-right: 5px;
    top: -4px;
}

.toggle-password {
    cursor: pointer;
    color: gray;
}

.img-doctor-reg {
    position: absolute;
    right: 0;
    bottom: 0;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.no_passsword_cn {
    display: flex;
    padding-top: 13px;
}

#sms_timer {
    padding: 6px;
    border: 1px solid #eee;
    background: #f0f0f1;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
}

.btn-resend {
    background: #ffc107;
    padding: 5px;
}

.btn-resend:disabled {
    background: #f1f1f1;
    opacity: .3;
}

.guest_img {
    max-width: 205px;
    margin: 10px auto;
}

.encourage_cn {
    background: #b5fcff;
    border-radius: 15px;
    direction: rtl;
    text-align: right;
}

.encourage_cn h4 {
    font-size: 16px;
    font-weight: bold;
    color: #484545;
}

.encourage_cn ul {
    margin: 0;
    padding: 19px;
    font-size: 13px;
    list-style: circle;
}

.login_footer_wrapper {
    margin-top: 2rem;
}

.login_footer_items {
    list-style: none;
    margin: 0;
    padding: 0;
}

.login_footer_items li {}

.login_footer_items li a {
    font-size: 13px;
    margin-bottom: 12px;
    display: inline-block;
}

/* start of new login  */

.login_p_main {
    position: relative;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img_login_back {
    width: 100%;
    position: absolute;
    height: 100%;
    object-fit: cover;
    z-index: 0;
}

.login_content {
    position: relative;
    z-index: 1;
    width: 100%;
}

.logo_wrapper {
    display: flex;
    justify-content: center;
}

.logo_name {
    height: 33px;
    margin-bottom: 25px;
}

.nlogin_box {
    border: 0 !important;
}

.nlogin_box .nav-tabs .nav-item .nav-link.active {
    color: #fb5300 !important;
    font-weight: 700;
    font-size: 16px;

}

.nlogin_box .nav-tabs .nav-item .nav-link {
    color: gray;
    font-size: 12px;
    padding: 0px 2px;
    margin-bottom: 0px;
}


.nlogin_box .form-control {
    border: 2px solid #f0f0f0;
    border-radius: 10px;
}

.nlogin_box .nav-tabs .nav-item {
    border-left: 1px solid #d2d2d2;
}

.nlogin_box .nav-tabs .nav-item:first-of-type {}

.nlogin_box .nav-tabs .nav-item:last-of-type {
    border-left: 0px solid #d2d2d2;
    padding-left: 11px;
    margin-left: 10px;
}

.profile_menu_wrapper {
    border: 1px solid #e4e4e4;
    padding: 12px;
    border-radius: 15px;
}

.login_box {
    max-width: 400px;
    margin: 0 auto;
    border: 1px solid #e0e0e0;
    padding-top: 22px;
    border-radius: 15px;
    background: white;
}

.reg_box {
    max-width: 800px;

}

.ch_login_modal {}

.log_label {}

.login_wrapper_modal {
  
    min-width: 400px;
}

.login_close_wrapper {
    position: fixed;
    top: 10px;
    z-index: 99;
    right: 18px;
}

.login_close_wrapper a {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.login_close_wrapper img {
    height: 25px;
    filter: brightness(0) invert(1);
}

.btn_login {
    background: var(--btn_color);
    border: 1px solid var(--btn_color);
    color: #fff;
    padding: 6px;
    border-radius: 4px;
    border: 1px solid var(--main_color);
    display: flex;
    justify-content: center;
    align-items: center;
}

.btn_login:hover {}

.btn_login img {
    height: 25px;
    margin-left: 6px;
}

.btn_social {
    background: #fff;
    border: 1px solid var(--main_color);
    border-radius: 5px;
    color: var(--main_color);
    direction: rtl;
    font-size: 13px;
    font-weight: 700;
    position: relative;
    min-height: 40px;
}

.btn_social img {
    height: 32px;
    position: absolute;
    left: 6px;
    top: 4px;
}

.btn_social span {}

.row_forget {
    display: flex;
    justify-content: center;
    border-bottom: 1px solid var(--main_color);
    padding-bottom: 11px;
}

.row_forget a {

    font-size: 13px;
    font-weight: 700;
    color: var(--main_color) !important;
}

.btn_login span {
    color: #3651b4;
    font-weight: 700;
}

.login_footer_wrapper {
    width: 100%; 
    border-radius: 0 0 10px 10px;
    padding: 1px 0 10px;
}

.login_footer_wrapper h4 {
    color: #fff;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    direction: rtl;
    height: 100%;
    margin-bottom: 0;
    font-weight: 700;
    line-height: 17px;
}

.login_footer_wrapper h5 {
    display: flex;
    background: white;
    align-items: center;
    padding: 5px;
    border-radius: 4px;
    margin-bottom: 0;
}


.login_footer_wrapper h5 span {
    font-size: 10px;
    color: var(--main_color);
    font-weight: 700;
    padding-top: 4px;
}

.login_footer_wrapper h5 img {
    height: 18px;
    margin-right: 5px;
}

.white_panel_cp .form-control {
    text-align: right;
    font-size: 13px;
    direction: rtl;
}

/* end of new login  */
@media only screen and (max-width: 600px) {
    .img-doctor-reg {
        display: none;
    }

    .lg-rg-body .nav-tabs .nav-item .nav-link {
        font-size: 12px;
        padding: 10px 1px;
        border-radius: 40px;
    }

    .lg-rg-body .nav-tabs .nav-item {
        width: 33%;
        margin: 8px 0px;
    }

    .lg-rg-body {
        padding: 15px 1px;
    }

}