


/*.register-page_wrapper {
  background-attachment: fixed;
  background-position: 0px 124px;
  background-repeat: no-repeat;
  background-size: 17% auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}*/

.register-page_wrapper {
  background-attachment: fixed;
  background-position: 0px 124px;
  background-repeat: no-repeat;
  background-size: 17% auto;
  min-height: 50vh;
}


.register-page_title {
  font-family: var(--font-family-third);
  font-size: 40px;
  font-weight: bold;
  color: var(--color-primary-text);
  margin: 0;
  text-align: center;
  padding: 40px 20px;
	max-width: 100%;
	overflow-wrap: anywhere;
}


.register-method {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.register-page_subtitle {
  text-align: center;
}