.nav_log_btn {
  padding: 15px 25px 15px 25px !important;
  color: #000000 !important;
  width: 100%;
  border: solid 1px #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  position: relative;
  font-size: 16px;
  font-weight: var(--tj-fw-sbold);
  text-align: center;
  border-radius: 50px;
  line-height: 1;
  z-index: 2;
  overflow: hidden;
}
.nav_reg_btn {
  padding: 15px 25px 15px 25px !important;
  color: #fff;
  width: 100%;
}

.tj_tyObtn {
  padding: 15px 0px 15px 0px !important;
  color: #fff;
}

.chs-page-title {
  color: #000;
  line-height: 1;
  font-size: 45px;
  margin-bottom: 40px;
}

/* forget */
.exists {
  color: green;
}
.not-exists {
  color: red;
}
