/*
form {
  flex: 1;
  display: flex;
  flex-direction: column;
  padding: 0.5em;
  font-size: 1.25em;
}


input {
  padding: 0.5em;
  border: 0;
  border-bottom: #999999 solid 0.05em;
  background:none;
  font-size: 1em;
}

input::placeholder {
  color: rgba(85,85,85,0.5);
}

label {
  display: flex;
  color: #999999;
  white-space: nowrap;
  justify-content: flex-start;
  opacity: 0.5;
}

label > span:nth-child(2) {
  margin-left: 0.1em;
  margin-right: 0.1em;
}
*/

.Form__fields--2QDZA {
  padding: 1em;
  font-size: 1.25em;
}

.Form__field--23YEu {
  flex: 1;
  margin: 0.5em;
}

.Form__required--2BxGh {
  color: #4D4D4D;
}

.Form__feedback--2txLO {
  font-size: 0.8em;
  margin: 0.2em;
  height: 1em;
  justify-content: center;
}

.Form__error--2NvYY {
  color: #4D4D4D;
}

.Form__warning--3lljH {

}

.Form__buttons--2ZYWV {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  display: flex;
  justify-content: center;
}


.Form__radioGroupBox--2lMnZ  {
  display: flex;
  justify-content: space-between;
  flex-direction: column;

}
.Form__radioGroupLabel--3qlQ5 {
  color: #999999;
  margin:0 0 1em .5em;
}

.Form__smallprint--3nV4s {
  font-size: 0.7em;
}

.EmailRegistrationForm__register--2Itqx {
  overflow-y: auto;
}

.EmailRegistrationForm__register--2Itqx label {
  width: 100%;
}

.EmailRegistrationForm__buttons---sm31 {
  display: flex;
  justify-content: center;
  padding-bottom: 3em;
  margin-bottom: 3em;
}

.EmailRegistrationForm__buttons---sm31 button {
  height: 3em;
}

.EmailRegistrationPage__root--3dafF {
  height: 100%;
  flex: 1;
  display: flex;
  justify-content: center;
  background-color: #fff;
}


/*# sourceMappingURL=22.5790ada8f1971d76f0ff.css.map*/