body {
  background-color: #f6f6f6;
}
.register_section {
  padding: 120px 0;
}
.register_section .register_box {
  margin: 0 auto;
  max-width: 686px;
}
.register_section .register_box .icon {
  margin: 0 auto;
  display: block;
  content: '';
  width: 64px;
  aspect-ratio: 1;
}
.register_section .register_box .icon i {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: no-repeat center / cover;
}
.register_section .register_box .title {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  margin: 32px 0 24px;
  text-align: center;
}
.register_section .register_box .sub_title {
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 10px;
}
.register_section .register_box .link {
  font-size: 7px;
  line-height: 10px;
  color: #000000;
  font-weight: 400;
  margin-top: 32px;
  transition: all 0.3s;
}
.register_section .register_box .link a:hover {
  text-decoration: underline;
}
.register_section .register_form {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 24px;
}
.register_section .register_form .form_title_sm {
  display: inline-block;
  width: 100%;
  font-size: 10px;
  line-height: 15px;
  font-weight: 600;
}
.register_section .register_form .form_title {
  font-size: 14px;
  line-height: 21px;
  font-weight: 600;
  margin: 22px 0;
  display: inline-block;
  width: 100%;
}
.register_section .register_form .form_title.mb6 {
  margin-bottom: 6px;
}
.register_section .register_form span {
  width: 100%;
  position: relative;
}
.register_section .register_form span:focus {
  outline: none;
}
.register_section .register_form .col {
  width: 66.18076%;
}
.register_section .register_form .col2 {
  width: 48.2507%;
}
.register_section .register_form .col3 {
  width: 31.34111%;
}
.register_section .register_form .col3_large {
  width: 33.5277%;
}
.register_section .register_form input,
.register_section .register_form select {
  width: 100%;
  border-bottom: 1px solid rgba(87, 80, 80, 0.93);
  background-color: transparent;
  font-size: 14px;
  line-height: 21px;
  color: #575050;
  padding: 10px 2.5px 9px;
}
.register_section .register_form select {
  border: none;
  border-bottom: 1px solid #000000;
  background: url(../img/CaretDown.svg) no-repeat right bottom 14px/16px;
}
.register_section .register_form input[type=password] {
  color: rgba(87, 80, 80, 0.81);
}
.register_section .register_form .psd::after {
  display: inline-block;
  content: '';
  width: 24px;
  aspect-ratio: 1;
  background: url("../img/icon-Eye.svg") no-repeat center / contain;
  position: absolute;
  right: 0;
  bottom: 7.13px;
  cursor: pointer;
}
.register_section .register_form .check {
  padding: 32px 0;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  border-top: 1px solid #000000;
  border-bottom: 1px solid #000000;
}
.register_section .register_form .check label {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}
.register_section .register_form input[type=checkbox] {
  width: 22px;
  aspect-ratio: 1;
  background-color: #ffffff;
  border-radius: 3px;
  border: 1px solid #868685;
  padding: 0;
  vertical-align: top;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.register_section .register_form input[type=checkbox]::after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/Checkboxes.svg) no-repeat center / 10.5px;
  background-color: var(--theme_color);
  transition: all 0.3s;
  opacity: 0;
}
.register_section .register_form input[type=checkbox]:checked::after {
  opacity: 1;
}
.register_section .register_form input[type=checkbox] ~ span {
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  vertical-align: top;
  cursor: pointer;
  display: inline-block;
}
.register_section .register_form .btn {
  width: 100%;
  margin-top: 22px;
}
.register_section .register_form .btn input[type=submit] {
  display: none;
}
.register_section .register_form input[type=radio] {
  width: 16px;
  aspect-ratio: 1;
}
.register_section .register_form input[type=radio]:checked::before {
  position: relative;
  content: '';
  top: -1px;
  left: -1px;
  width: 16px;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  background-color: #ffffff;
  border: 1px solid var(--theme_color);
  z-index: 5;
}
.register_section .register_form input[type=radio]:checked::after {
  position: relative;
  content: '';
  bottom: 13px;
  left: 5px;
  width: 6px;
  aspect-ratio: 1;
  display: block;
  border-radius: 50%;
  visibility: visible;
  background-color: var(--theme_color);
  z-index: 6;
}
.register_section .register_form input[type=radio] ~ label {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
  margin: 0 12px 0 8px;
}
.register_section .register_form2 .form_title_sm {
  margin-top: 6px;
}
.register_section .register_form2 input {
  border-bottom-color: #000000;
}
.register_section .register_form2 .check {
  margin-top: 22px;
}
/*# sourceMappingURL=register.css.map */