.profile-auth {
  position: relative;
  margin-bottom: 5rem;
}

.profile-auth #reloadCaptcha {
  position: relative;
  display: block;
}

.profile-auth #reloadCaptcha #ajax_load {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 20px;
  height: 20px;
  background: transparent center center/contain no-repeat;
  display: none;
}

.profile-auth #bx_auth_secure {
  margin-top: 0.25rem;
  font-size: 13px;
  font-size: 0.8125em;
  font-style: italic;
  color: #ececec;
}

.profile-auth .agree {
  font-size: 1em;
  color: #281612;
}

.profile-auth__title-box {
  padding-bottom: 1rem;
}

.profile-auth__title-box h4 {
  margin-bottom: 0;
  color: #281612;
}

.profile-auth__container {
  padding: 1.5rem 1.5rem 0;
  border: 1px solid #dfdad0;
}

.profile-auth__container .register-form {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
}

.profile-auth__container .register-req {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  margin-bottom: 1rem;
}

.profile-auth__container .register-req-text {
  font-size: 14px;
  font-size: 0.875em;
  color: #281612;
}

.profile-auth__table-list {
  margin-bottom: 2rem;
}

.profile-auth__table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 1rem;
}

.profile-auth__table-absolute {
  position: absolute;
  bottom: -5rem;
  left: 0;
  right: 0;
}

.profile-auth__table-img {
  height: 100%;
}

.profile-auth__table-col-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(25% - 20px);
}

.profile-auth__table-col-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(75% - 20px);
}

.profile-auth__table-col-9 input[type],
.profile-auth__table-col-9 textarea {
  width: 70%;
}

.profile-auth__table-col-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(100% - 20px);
  margin-bottom: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.profile-auth__table-col-12 input {
  margin-right: 1rem;
}

.profile-auth__table-col-12 input:last-child {
  margin-right: 0;
  margin-left: auto;
}

.profile-auth__table-title {
  position: relative;
  padding-top: 0.6rem;
  color: #281612;
}

.profile-auth__btn-links {
  margin-left: auto;
}

@media screen and (max-width: 780px) {

  .profile-auth__table-col-9 input[type],
  .profile-auth__table-col-9 textarea {
    width: 100%;
  }
}

.reg-captcha {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
}

.reg-captcha__image {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  height: 52px;
}

.reg-captcha__image img {
  display: block;
  width: 180px;
  height: 52px;
  border: 1px solid #e5e5e5;
  object-fit: fill;
}

.reg-captcha__col {
  flex: 1;
  min-width: 0;
}

.reg-captcha__field {
  margin-bottom: 0;
}

.reg-captcha__field.reg-field {
  margin-bottom: 0;
}

.reg-field--error .reg-field__input,
.reg-field__input--error {
  border-color: #e53935;
}

.reg-field--error .reg-field__input:focus,
.reg-field__input--error:focus {
  border-color: #e53935;
}

.js-reg-form > .reg-pass-error,
.js-reg-form .reg-col > .reg-pass-error {
  margin: -7px 0 10px;
}

.js-reg-form .reg-captcha__col > .reg-pass-error {
  margin-top: 1px;
}

.reg-row .reg-col {
  flex: 1;
  min-width: 0;
}

@media screen and (max-width: 991px) {
  .reg-captcha {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .reg-captcha__image {
    order: -1;
    width: 100%;
    height: auto;
  }

  .reg-captcha__image img {
    width: 100%;
    max-width: 180px;
    height: auto;
    aspect-ratio: 180 / 52;
  }

  .reg-captcha__col {
    width: 100%;
  }

  .reg-captcha__field {
    width: 100%;
  }
}

.auth__field-error {
  margin-bottom: 10px !important;
}