.lg-rg-cn,
.lg-rg-sc-cn {
    width: 100%;
    max-width: 460px;
    margin: 0px auto;
    padding: 15px;
}

.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;
}

.lg-rg-body {
    background: white;
    border: 1px solid #eee;
    padding: 5px;
    direction: rtl;
}

.lg-rg-body .nav-tabs {
    border: 0;
}

.lg-rg-body .nav-tabs .nav-item {
    width: 31%;
    margin: 14px 0px 20px 4px;
    text-align: center;
}

.lg-rg-body .nav-tabs .nav-item .nav-link {
    color: gray;
    font-size: 12px;
    padding: 9px 2px;
    background: #f7f7f7;
}

.lg-rg-body .nav-tabs .nav-item .nav-link.active {
    border: 0;
    background: #01437d;
    color: white;
    font-size: 14px;
}

.lg-rg-body .nav-tabs .nav-link:hover {
    border: 0px;
}

.lg-rg-body {
    direction: rtl;
    text-align: right;
    padding: 0 15px;
}

.btn-lg-rg {
    color: #ffffff;
    background-color: #01b9f0;
    border: 0;
    transition: all 0.2s;
    width: 100%;
    padding: 7px 0 7px 0 !important;
    font-size: 15px;
    margin: 0 auto;
}

.btn-lg-rg:hover {
    color: white;
    background: #2d6dd7;
}

.lg-rg-body .form-control {
    font-size: 13px;
    transition: all 250ms ease;
    height: 44px;
}

.lg-rg-body form label {
    font-size: 13px;
    cursor: pointer;
}

.lnk2_login {
    font-size: 12px;
    margin: 20px 0;
    display: flex;
    color: #01b9f0;
    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: -30px;
    position: relative;
    z-index: 2;
    margin-right: 5px;
}

.toggle-password {
    cursor: pointer;
    color: gray;
}

.img-doctor-reg {
    position: absolute;
    right: 0;
    bottom: 0;
}

.col_gray { 
    font-size: 13px;
    color: gray;
}

@keyframes slide-down {
    0% {
        opacity: 0;
        transform: translateY(10%);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

.no_passsword_cn {
    position: absolute;
    left: -22px;
    bottom: -47px;
    z-index: 7;
}

#sms_timer {
    padding: 11px 3px;
    border: 1px solid #eee;
    background: #f0f0f1;
    text-align: center;
    border-radius: 4px;
    font-size: 13px;
}

.btn-resend {
    background: #ffc107;
    padding: 12px 3px;
    font-size: 12px;
}

.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;
}

@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;
    }

}