.register-block {
  text-align: center;
}
.register-block .block-holder {
  max-width: 570px;
  width: 100%;
  margin: 0 auto;
}
.register-block .register-form {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  gap: 10px;
  margin-bottom: 20px;
}
.register-block .register-form .form-input.file {
  margin: 10px 0;
}
.register-block .forgot-pass {
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-align: center;
}
.register-block .to-register {
  width: 100%;
}

/*# sourceMappingURL=block.css.map */
