.session {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.session-new {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 320px;
  margin-left: auto;
  margin-right: auto;
}

.session-new h1 {
  font-size: 30px;
  font-weight: 700;
}
.session-form__form {
  margin-top: 32px;
}
.session-form__form fieldset + fieldset {
  margin-top: 24px;
}
.session-form__form fieldset label {
  display: block;
  margin-bottom: 12px;
}
.session-form__form fieldset input {
  display: block;
  width: 100%;
  height: 48px;
  background-color: transparent;
  border: 4px solid currentColor;
  border-radius: 7px;
  font-size: 20px;
  text-indent: 12px;
}
.session-form__form fieldset input:focus {
  outline: none;
  border-color: var(--color-accent);
}
.session-form__button {
  display: block;
  margin: 48px auto;
  width: 96px;
  height: 96px;
  background-color: var(--color-accent);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  font-weight: 700;
  line-height: 96px;
  text-align: center;
  text-transform: lowercase;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

/*# sourceMappingURL=session-85fb5d2b.css.map*/