.lg-rg-cn,
.lg-rg-sc-cn {
  width: 100%;
  max-width: 410px;
  margin: 20px auto;
}

.lg-rg-wide {
  max-width: 700px;
}

.lg-rrg-header {
  text-align: center;
  color: #ffffff;
  margin-bottom: 14px;
  direction: rtl;
  font-weight: 500;
}

.lg-rg-body {

  background: #480ca8;
  border: 1px solid #480ca8;
  padding: 5px;
  direction: rtl;
  border-radius: 15px;
}

.lg-rg-body .nav-tabs {
  border: 0;
  display: flex;
  flex-direction: row-reverse;
}

.lg-rg-body .nav-tabs .nav-item {
  width: 31%;
  margin: 8px 4px;
  text-align: center;
}

.lg-rg-body .nav-tabs .nav-item .nav-link {
  color: gray;
  font-size: 12px;
  padding: 8px 2px;
  margin-bottom: 18px;
  background: #f7f7f7;
}

.lg-rg-body .nav-tabs .nav-item .nav-link.active {
  border: 0;
  border-bottom: solid 3px #bb9c31;
  background: #f9d453;
  color: #060606;
  font-size: 12px;
}

.lg-rg-body .nav-tabs .nav-link:hover {
  border: 0px;
}

.lg-rg-body {
  padding: 15px;
}

.rtl .lg-rg-body {
  direction: rtl;
  text-align: right;
}

.btn-lg-rg {

  color: #3e3e3e;
  background-color: #f9d453;
  border: 0;
  transition: all 0.2s;
  width: 100%;
  margin-top: 11px;
  font-weight: 500;
}

.btn-lg-rg:hover {
  color: white;
  border-bottom: solid 3px #5f9be7;
}

.lg-rg-body .form-control {
  font-size: 13px;
  transition: all 250ms ease;
  text-align: left;
  height: 33px;
  background: #fff;
}

.rtl .lg-rg-body .form-control {
  text-align: right;
}

.lg-rg-body form label {

  font-size: 13px;
  cursor: pointer;
  text-align: left;
  color: #fff;
  font-weight: 500;
  margin-bottom: 3px;
}

.rtl .lg-rg-body form label {
  text-align: right;
}

.lg-rg-cn .form-group {

  text-align: right;
  margin-bottom: 1px;
}

.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;
}

.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 {
  margin: 10px 0 0;
  height: 24px;
}

.no_passsword_cn .form-check {
  text-align: left;
  padding-left: 0;
}

#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: 0.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;
  }

  .lg-rg-body .nav-tabs .nav-item {
    width: 33% !important;
    margin: 8px 0px;
  }

  .lg-rg-body {
    padding: 5px 4px;
  }
}