﻿

.register .form_whitebox {
  max-width: 600px;
  margin: 0 auto;
}

.register .form_whitebox li {
  gap: 10px;
}

.register .form_container ul.pwd_requirements {
  padding: 0;
  gap: 0;
}

.register .note_box {
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  color: #1e1e1e;
  background: url(../image/icon_radio.svg) no-repeat left 6px;
  padding: 5px 5px 5px 15px;
}

.register .note_box.checked {
  color: #42c37d;
  background: url(../image/icon_radio_checked.svg) no-repeat
    left 6px;
}

.register .form_container fieldset.checkboxfield {
  padding-top: 20px;
}

.register a {
  color: #b48d18;
  border-bottom: 1px solid #b48d18;
  text-transform: none;
}

.register .hintmsg_box {
  display: block;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.1;
  color: #a1a1a1;
  background: url(../image/icon_hint_msg.svg) no-repeat left
    6px;
  padding: 5px 5px 5px 15px;
}

.register li:has(.combined_phonefield) {
  flex-direction: column;
  gap: 0 !important;
}

.register .form_text.form_center {
  align-items: center;
  text-align: center;
}

.register .form_container li:nth-of-type(7) {
  flex-direction: column;
}
