.bx-authform-wrap {
  background-color: #f9f9fa;
  padding: 40px 0;
}
.bx-authform-wrap .container {
  max-width: 885px;
}
.bx-authform-container {
  font-size: 1rem;
  margin: 0 -4rem;
  padding: 4rem;
  background-color: #fff;
  border-radius: 0.875rem;
  display: flex;
  justify-content: center;
}
.bx-authform {
  width: 100%;
  max-width: 400px;
}
.error_message {
  width: 100%;
  margin-top: 0.5rem;
  font-size: 1rem;
  color: #eb5806;
}

.quick-register-accounts-parts,
.quick-register-accounts-parts-right {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.quick-register-accounts-parts-right {
  align-items: flex-end;
}

.quick-register-accounts-parts-right > div {
  margin: 0;
}

.quick-register-accounts-parts-right > div:nth-child(1) {
  width: 40%;
}

.quick-register-accounts-parts-right > div:nth-child(2) {
  width: 60%;
}

.quick-register-accounts-parts > div {
  width: 100%;
}

#quick-register-window {
  margin: auto;
  left: 0;
  right: 0;
  top: 60%;
  transform: translateY(-50%);
  max-width: 450px;
}

#quick-register-window .modal-body {
  padding: 2rem;
}

.form-control.error {
  border: 1px solid red;
}

.quick-register-warning {
  width: 100%;
  margin-bottom: 1rem;
  font-size: 1rem;
  color: #eb5806;
}

.input-wrapper-form input {
  min-height: 56px;
}

.btn-primary.btn-color-inverse {
  background-color: white;
  text-decoration: none;
  color: #004989 !important;
}

.btn-primary.btn-color-inverse:hover {
  background-color: #f9f9f9;
}

.privacy-block {
  margin-bottom: 1.5rem !important;
}

.privacy-block input {
  width: 1rem;
  min-width: 1rem;
  height: 1rem;
  margin-top: 6px;
  vertical-align: top;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #eeeff3;
  appearance: none;
  color-adjust: exact;
  background-size: auto;
  transition: all 0.3s ease-in-out;
  transform: translateY(-0.25rem);
  cursor: pointer;
  border-radius: 0.125rem;
  display: inline-block;
}

.privacy-block input:checked {
  background-color: transparent;
  border-color: #eeeff3;
  background-image: url('data:image/svg+xml,%3csvg width="9" height="8" viewBox="0 0 9 8" fill="none" xmlns="http://www.w3.org/2000/svg"%3e%3cpath d="M3.42069 6.91431C3.47956 6.99648 3.55717 7.06343 3.64708 7.10962C3.73699 7.1558 3.83661 7.1799 3.93769 7.1799C4.03877 7.1799 4.13839 7.1558 4.2283 7.10962C4.31821 7.06343 4.39582 6.99648 4.45469 6.91431L8.66669 1.07431C8.74269 0.968313 8.66669 0.820312 8.53669 0.820312H7.59869C7.39469 0.820312 7.20069 0.918312 7.08069 1.08631L3.93869 5.44631L2.51469 3.47031C2.39469 3.30431 2.20269 3.20431 1.99669 3.20431H1.05869C0.928691 3.20431 0.852691 3.35231 0.928691 3.45831L3.42069 6.91431V6.91431Z" fill="%23eb5806"/%3e%3c/svg%3e');
}

.privacy-block label {
  width: calc(100% - 33px);
  margin-left: 12px;
}

.privacy-block .error_message {
  display: none;
}

.privacy-block.has-error .error_message {
  display: block;
}

.privacy-block.has-error input {
  border-color: var(--bs-danger);
}

@media screen and (max-width:1023px){
  .bx-authform-container{
    margin: 0 0rem;
    padding: 1rem;
  }
}