/* Login page css */
.rowoy_fx {
  display: flex;
  flex-direction: column;
}
.gfvhg {
  display: flex;
  justify-content: center;
}
.check_forget {
  display: flex;
  justify-content: space-between;
}
.chk_tab {
  display: flex;
  align-items: center;
}
.login-checkbox input[type="checkbox"]:checked {
  background-color: var(--tj-color-theme-dark);
}
.login-checkbox input[type="checkbox"] {
  position: relative;
  margin-right: 8px;
  width: 18px;
  height: 18px;
  border: 1px solid var(--tj-color-theme-dark);
  border-radius: 3px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
}
.login-checkbox input[type="checkbox"]::before {
  content: "";
  font-size: 10px;
  line-height: 1;
  font-family: "bexon-icons" !important;
  color: var(--tj-color-common-white);
  position: absolute;
  width: 100%;
  text-align: center;
  line-height: 16px;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
/* Register page Css */

/*  */
.register-container {
  max-width: 500px;
  margin: 50px auto;
}
.error-message {
  color: #dc3545;
  margin-bottom: 15px;
}
.username-check {
  display: inline-block;
  margin-left: 10px;
  font-size: 18px;
}
.available {
  color: green;
}
.taken {
  color: red;
}
#recaptcha-error {
  display: none;
  color: #dc3545;
  margin-top: 10px;
}
.password-strength {
  height: 5px;
  margin-top: 5px;
  background-color: #e9ecef;
  border-radius: 3px;
  overflow: hidden;
}
.password-strength-bar {
  height: 100%;
  width: 0%;
  transition: width 0.3s ease;
}
/* Forgot Password  */

/* Reset password Css */
