/* line 1, app/assets/stylesheets/layout/form.scss */
.g-form-bounder {
  border: 1px solid #d1d1d1;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
  border-radius: 0.5rem;
  margin-bottom: 2.5rem;
}

/* line 9, app/assets/stylesheets/layout/form.scss */
.g-form-bounder div.g-form-control:not(:first-child) {
  border-top: 1px solid #d1d1d1;
}

/* line 14, app/assets/stylesheets/layout/form.scss */
.g-form-registration__title {
  margin: 0 auto;
  width: 90%;
}

/* line 19, app/assets/stylesheets/layout/form.scss */
.g-form__title {
  display: block;
  font-size: 1.375rem;
  width: 90%;
  margin: 4rem auto 1rem auto;
  font-weight: bold;
}

/* line 27, app/assets/stylesheets/layout/form.scss */
.g-form-control__label {
  display: block;
  background-color: #ededed;
  padding: 1rem;
  margin: 0;
}

/* line 34, app/assets/stylesheets/layout/form.scss */
.g-form-control__slot {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding: 1rem 2rem;
  width: 50%;
}

/* line 42, app/assets/stylesheets/layout/form.scss */
.g-form-control__slot__input {
  display: flex;
}

/* line 45, app/assets/stylesheets/layout/form.scss */
.g-form-control__slot__input input.form-control {
  height: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

/* line 51, app/assets/stylesheets/layout/form.scss */
.g-form-control__slot__input p {
  margin: 0;
  font-weight: bold;
}

/* line 56, app/assets/stylesheets/layout/form.scss */
.g-form-control__slot__input p.g-caption {
  font-weight: normal;
}

/* line 61, app/assets/stylesheets/layout/form.scss */
.g-form-text--medium {
  font-size: 1.3rem;
}

/* line 65, app/assets/stylesheets/layout/form.scss */
.g-form-control__slot__error-messages {
  color: red;
}

/* line 67, app/assets/stylesheets/layout/form.scss */
.g-form-control__slot__error-messages ul {
  margin-top: 0.3rem;
  margin-bottom: 0;
  font-size: 0.9rem;
  -webkit-padding-start: 1rem;
          padding-inline-start: 1rem;
  color: red;
}

@media (max-width: 991px) {
  /* line 77, app/assets/stylesheets/layout/form.scss */
  .g-form-control__slot {
    width: 80%;
  }
}

@media (max-width: 767px) {
  /* line 83, app/assets/stylesheets/layout/form.scss */
  .g-form-registration__title {
    width: 100%;
  }
  /* line 86, app/assets/stylesheets/layout/form.scss */
  .g-form-bounder {
    width: 100%;
  }
  /* line 89, app/assets/stylesheets/layout/form.scss */
  .g-form-control__label {
    padding: 0.5rem;
  }
  /* line 93, app/assets/stylesheets/layout/form.scss */
  .g-form-control__slot {
    width: 100%;
    padding: 0.6rem 0.5rem;
  }
}

@media (max-width: 767.98px) {
  /* line 106, app/assets/stylesheets/layout/form.scss */
  input[type="text"],
input[type="email"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
input[type="url"],
input[type="date"],
input[type="datetime-local"],
input[type="time"],
input[type="month"],
input[type="week"],
input:not([type]),
select,
textarea {
    font-size: 16px;
  }
}
