.auth_wrapper {
  width: 100%;
  height: 100vh;
  padding-left: 50%;
}
.auth_wrapper .left_box {
  width: 50%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
}
.auth_wrapper .left_box img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.auth_wrapper .right_box {
  width: 100%;
  min-height: 100vh;
  background: #fff;
}
.auth_wrapper .logo_box {
  width: 100%;
  height: 150px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  position: sticky;
  top: 0;
  left: 0;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.05);
  background: #fff;
  z-index: 10001;
}
.auth_wrapper .logo_box img {
  width: 215px;
  display: block;
  margin: 0 auto 20px;
}
.auth_wrapper .logo_box .header_lang {
  position: absolute;
  top: 20px;
  right: 20px;
}
.auth_wrapper .auth_box {
  padding: 60px;
}
.auth_wrapper .auth_box h2 {
  font-size: 32px;
  text-align: center;
  max-width: 400px;
  margin: 0 auto 10px;
}
.auth_wrapper .auth_box .short_info {
  font-size: 18px;
  color: #4f5e71;
  text-align: center;
  display: block;
  max-width: 400px;
  margin: 0 auto;
}
.auth_wrapper .form_wrapper {
  max-width: 400px;
  margin: 60px auto 0;
  counter-reset: box-counter;
}
.auth_wrapper .form_wrapper .form_box {
  position: relative;
  margin-bottom: 10px;
}
.auth_wrapper .form_wrapper .iti {
  width: 100%;
}
.auth_wrapper .form_wrapper .iti input[type=tel] {
  padding-left: 100px !important;
}
.auth_wrapper .form_wrapper .iti + .placeholder {
  left: 100px;
}
.auth_wrapper .form_wrapper .iti .iti__selected-flag {
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  padding-left: 20px;
  position: relative;
}
.auth_wrapper .form_wrapper .iti .iti__selected-flag::after {
  content: attr(data-country-code);
  position: absolute;
  left: 46px; /* Sesuaikan berdasarkan ukuran flag */
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  color: #000;
}
.auth_wrapper .form_wrapper .iti .iti__country:hover,
.auth_wrapper .form_wrapper .iti .iti__country:active {
  background: rgba(0, 0, 0, 0.05);
}
.auth_wrapper .form_wrapper .iti .iti__arrow {
  background: url("../images/icon_arrow_down.png") no-repeat center/10px;
  width: 20px;
  height: 20px;
  border: none;
  position: absolute;
  left: 67px;
}
.auth_wrapper .form_wrapper .iti .iti__arrow.iti__arrow--up {
  transform: rotate(180deg);
}
.auth_wrapper .form_wrapper .placeholder {
  position: absolute;
  top: 14px;
  left: 20px;
  transition: all 0.2s;
  pointer-events: none;
  visibility: visible;
  opacity: 1;
  font-size: 12px;
  color: #3b3b3b;
}
.auth_wrapper .form_wrapper .placeholder i {
  color: #e40000;
}
.auth_wrapper .form_wrapper .placeholder.title {
  position: static;
  padding-left: 10px;
  display: block;
  margin-bottom: 5px;
}
.auth_wrapper .form_wrapper .optional_text {
  font-size: 10px;
  color: #3b3b3b;
  display: block;
  padding-top: 5px;
  padding-left: 10px;
}
.auth_wrapper .form_wrapper .hidden {
  opacity: 0;
  visibility: hidden;
}
.auth_wrapper .form_wrapper .question_box {
  margin-bottom: 5px;
  padding-left: 25px;
  position: relative;
  font-size: 12px;
  font-weight: 600;
}
.auth_wrapper .form_wrapper .question_box::before {
  counter-increment: box-counter;
  content: counter(box-counter) ".";
  display: block;
  font-size: 12px;
  font-weight: 600;
  position: absolute;
  top: 0;
  left: 10px;
}
.auth_wrapper .form_wrapper .answer_box {
  padding-left: 25px;
}
.auth_wrapper .form_wrapper .answer_box .check_box {
  margin-bottom: 5px;
  width: 100%;
}
.auth_wrapper .form_wrapper .answer_box .check_box input[type=checkbox] + span {
  background: url("../images/checkbox_empty_2.png") no-repeat left center/16px;
}
.auth_wrapper .form_wrapper .answer_box .check_box input[type=checkbox]:checked + span {
  background: url("../images/checkbox_fill_2.png") no-repeat left center/16px;
}
.auth_wrapper .form_wrapper .answer_box .radio_box:first-child {
  margin-left: 0;
}
.auth_wrapper .form_wrapper .answer_box .radio_box input[type=radio] + span {
  font-size: 12px;
}
.auth_wrapper .form_wrapper .check_box {
  position: relative;
  margin-bottom: 40px;
}
.auth_wrapper .form_wrapper .check_box input[type=checkbox] {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}
.auth_wrapper .form_wrapper .check_box input[type=checkbox] + span {
  display: inline-block;
  padding-left: 20px;
  line-height: 16px;
  font-size: 12px;
  background: url("../images/checkbox_empty.png") no-repeat left center/16px;
}
.auth_wrapper .form_wrapper .check_box input[type=checkbox]:checked + span {
  background: url("../images/checkbox_fill.png") no-repeat left center/16px;
}
.auth_wrapper .form_wrapper .check_box .others_field {
  border: none;
  border-bottom: 1px solid #e8edf1;
  border-radius: 0;
  height: auto;
  line-height: auto;
  display: inline-block;
  width: 280px;
  margin-left: 20px;
  position: relative;
  z-index: 100;
  padding: 0;
  display: none;
}
.auth_wrapper .form_wrapper .check_box.custom_one {
  margin-bottom: 0;
}
.auth_wrapper .form_wrapper .check_box.custom_one input[type=checkbox] + span {
  color: #878e97;
}
.auth_wrapper .form_wrapper .check_box.custom_one input[type=checkbox] + span a {
  position: relative;
  z-index: 100;
  color: #448dc9;
  font-weight: 600;
  text-decoration: none;
}
.auth_wrapper .form_wrapper .check_box.custom_one input[type=checkbox] + span a:hover {
  text-decoration: underline;
}
.auth_wrapper .form_wrapper .forgot_btn {
  color: #448dc9;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 12px;
}
.auth_wrapper .form_wrapper .register_box {
  text-align: center;
  color: #4f5e71;
  font-size: 14px;
}
.auth_wrapper .form_wrapper .register_box a {
  color: #2d5e86;
  font-weight: bold;
  text-decoration: none;
}
.auth_wrapper .form_wrapper .register_box a:hover {
  text-decoration: underline;
}
.auth_wrapper .form_wrapper .mandatory_text {
  font-size: 12px;
  color: #4f5e71;
  text-align: center;
  padding: 30px 0 0;
}
.auth_wrapper .form_wrapper .mandatory_text span {
  color: #e40000;
}
.auth_wrapper .form_wrapper .show_password_btn {
  width: 42px;
  height: 42px;
  display: block;
  background: url("../images/eye_close.png") no-repeat center/16px;
  position: absolute;
  top: 0;
  right: 0;
  text-indent: -9999px;
  cursor: pointer;
}
.auth_wrapper .form_wrapper .show_password_btn.show {
  background: url("../images/eye_open.png") no-repeat center/16px;
}
.auth_wrapper .form_wrapper .date_box {
  width: calc((100% - 40px) / 3);
  margin-right: 20px;
}
.auth_wrapper .form_wrapper .date_box:last-child {
  margin-right: 0;
}
.auth_wrapper .form_wrapper .date_box select {
  max-height: 150px;
  overflow-y: auto;
}
.auth_wrapper .form_wrapper .radio_box {
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
.auth_wrapper .form_wrapper .radio_box input[type=radio] {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
  opacity: 0;
  cursor: pointer;
}
.auth_wrapper .form_wrapper .radio_box input[type=radio] + span {
  position: relative;
  padding-left: 26px;
  font-size: 12px;
}
.auth_wrapper .form_wrapper .radio_box input[type=radio] + span::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #448dc9;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 0px;
  left: 0;
}
.auth_wrapper .form_wrapper .radio_box input[type=radio]:checked + span::after {
  content: "";
  width: 12px;
  height: 12px;
  background: #448dc9;
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  border-radius: 10px;
}
.auth_wrapper .button_wrapper {
  margin-bottom: 80px;
}
.auth_wrapper .button_wrapper.register {
  margin-top: 30px;
  margin-bottom: 30px;
}
.auth_wrapper .button_wrapper.two_btn {
  display: flex;
  flex-wrap: wrap;
}
.auth_wrapper .button_wrapper.two_btn .blue_solid_btn {
  width: calc((100% - 20px) / 2);
  margin-right: 20px;
}
.auth_wrapper .button_wrapper.two_btn .blue_solid_btn:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1023px) {
  .auth_wrapper {
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    overflow: hidden;
  }
  .auth_wrapper .left_box {
    width: 100%;
  }
  .auth_wrapper .logo_box {
    height: 110px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    padding: 20px;
  }
  .auth_wrapper .logo_box img {
    width: 200px;
    margin: 0;
  }
  .auth_wrapper .logo_box .header_lang {
    position: static;
    top: auto;
    right: auto;
  }
  .auth_wrapper .right_box {
    width: calc(100% - 120px);
    height: calc(100% - 240px);
    background: #fff;
    position: relative;
    min-height: 0;
    z-index: 100;
    overflow-x: scroll;
    border-radius: 15px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .auth_wrapper .form_wrapper {
    max-width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .auth_wrapper .logo_box {
    height: 80px;
  }
  .auth_wrapper .logo_box img {
    width: 110px;
  }
  .auth_wrapper .right_box {
    width: calc(100% - 40px);
    height: calc(100% - 200px);
    border-radius: 10px;
  }
  .auth_wrapper .auth_box {
    padding: 20px;
  }
  .auth_wrapper .auth_box h2 {
    font-size: 24px;
  }
  .auth_wrapper .auth_box .short_info {
    font-size: 14px;
  }
  .auth_wrapper .form_wrapper .placeholder {
    left: 10px;
  }
  .auth_wrapper .form_wrapper .date_box {
    width: calc((100% - 20px) / 3);
    margin-right: 10px;
  }
  .auth_wrapper .form_wrapper .check_box .others_field {
    width: 160px;
  }
  .auth_wrapper .button_wrapper.two_btn {
    display: block;
  }
  .auth_wrapper .button_wrapper.two_btn .blue_solid_btn {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .auth_wrapper .button_wrapper.two_btn .blue_solid_btn:last-child {
    margin-bottom: 0;
  }
}/*# sourceMappingURL=auth.css.map */