.input_box input {
  background-color: transparent !important;
  color: #fff !important;
  box-shadow: none !important;
  outline: 0;
  border: 1px solid #666 !important;
  border-radius: 6px !important;
  padding: 10px 30px 10px 16px;
}
.input_box input::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: #b8b8b8;
  line-height: 150%;
}
.input_box input:autofill {
  -webkit-text-fill-color: #fff;
  -webkit-background-clip: text;
  box-shadow: 0 0 0 50px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}
.input_box .input-group-text {
  background-color: transparent;
  border-color: #666 !important;
}
.input_box .input-group-text + input {
  border-left: 0 !important;
  padding-left: 3px;
}

.input_box input:checked {
  background-color: #fc8e61 !important;
}
.primary_btn {
  background: #025fba;
  font-weight: 700;
  font-size: 16px;
  color: #222;
  padding: 10px;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  border-radius: 8px;
  display: block;
  text-decoration: none;
  cursor: pointer;
  text-align: center;
}
.auth_box label,
.wbox label {
  font-weight: 500;
  color: #eee;
}
.link_auth {
  color: #fff;
  text-decoration: none;
  text-align: center;
}
section.auth_box.login .form-group{
  display: flex;
  align-items: center;
  justify-content: center;
}
.link_auth span {
  color: #0052ff;
  margin-left: 8px;
  display: inline-block;
}
section.auth_box {
  /* overflow: hidden; */
  height: 100vh;
}
section.auth_box.register {
  overflow-y: scroll;
}
/* .box img {
  height: 100vh;
} */
section.auth_box h1,
.wbox h1 {
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  text-align: center;
}
.img-right {
  background: transparent;
  border-radius: 30px;
}
section.auth_box .box:after {
  content: "";
  position: absolute;
  /* background: #00aab838; */
  top: 30%;
  /* left: 0; */
  width: 48%;
  height: 300px;
  z-index: 1;
  background: linear-gradient(
    303deg,
    rgb(0 170 184 / 0%) 56%,
    rgb(0 170 184 / 4%) 100%,
    rgb(66 63 195 / 0%) 250%
  );
  right: 27%;
  border-radius: 50%;
  /* left: 50%; */
}
section.auth_box .box {
  position: relative;
}

.toggle-password,
.hide-password {
  position: absolute;
  margin-right: 15px;
  right: 0;
  bottom: 15px;
  cursor: pointer;
  float: right;
  color: #666666;
  font-size: 14px;
}
form label {
  color: #fff;
}
.back-btn {
  color: #ffffff;
  text-decoration: none;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
.wbox {
  max-width: 450px;
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 30px 0;
  min-height: 100vh;
  color: #fff;
}
.login-form {
  background: #29282b !important;
  box-shadow: none;
  padding: 29px;
  border-radius: 24px;
}
.verification-box {
  background: #29282b;
  padding: 30px;
  border-radius: 24px;
  margin-bottom: 20px;
}
.verification-box .det {
  letter-spacing: 0.01em;
  color: #c5c5c5;
}
.otp-inputs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 15px 0;
}
.otp {
  padding: clamp(5px, 2vw, 10px) !important;
  width: 100%;
  text-align: center;
}
.otp:focus {
  outline: 2px solid #ff8c6b;
}
.gbox {
  display: flex;
  align-items: center;
  background: #38372b;
  border-radius: 8px;
  padding: 16px 10px;
  gap: 20px;
}
.scroll-inside {
  height: 400px;
  overflow: scroll;
  margin-bottom: 10px;
}
.login input.form-control {
  border-radius: 0 6px 6px 0 !important;
}
.bg-auth{
  padding: 30px;
    border-radius: 24px;
    background: #222223;
}