.bx-reg-wrap {
    display: flex;
    justify-content: center;
}
div.bx-auth {max-width:600px; margin-bottom:24px;}

.__action_wrap_reg {
    justify-content: center;
}
.__reg_input {
  width: 100%;
  border: none;
  height: 40px;
  padding: 6px 40px 6px 20px;
  background-color: #f3f3f3;
  color: grey;
  border-radius: 8px;
  font-size: 16px;
}
.__reg_input_text {
  background-image: url(images/pencil.svg) !important;
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
}
.__reg_input_password_wrap {
  display: flex;
  border-radius: 8px;
  background-color: #f3f3f3;
  align-items: center;
  position: relative;
}
.__reg_password {
  border: none;
  height: 40px;
  color: grey;
  font-size: 16px;
  background-color: transparent;
  width: 100%;
  padding: 6px 40px 6px 20px;
  border-radius: 8px;
}
.__reg_form_wrap-col-title {
    margin-bottom: 5px;
}
.__reg_form_wrap-col-title:not(:first-child) {
    margin-top: 20px;
}
.__reg_password-title {
    margin-top: 20px;
}
.__reg_input_password_wrap .__icon {
  display: inline-block;
  width: 18px;
  height: 18px;
  cursor: pointer;
  position: absolute;
  right: 20px;
}
.__icon.__eye {
  background-image: url(images/eye.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.__icon.__eyeoff {
  background-image: url(images/eye-off.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
}
.__reg_form_actions {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.__reg_btn {
  border: none;
  border-radius: 8px;
  padding: 10px;
  font-weight: medium;
  font-size: 16px;
  display: inline-block;
  line-height: 1;
  cursor: pointer;
}
.__reg_submit {
  color: #fff;
  background-color: #0169B4 !important;
}
.__reg_form_auth {
    margin-top: 10px;
}
input:autofill,
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    background-color: transparent;
}
input.__auth_input_text:autofill,
input.__auth_input_text:-webkit-autofill {
    background-image: url(images/pencil.svg);
}
  