/* line 1, app/assets/stylesheets/user/user_new.scss */
.form__note {
  margin-bottom: 2.5rem;
}

/* line 5, app/assets/stylesheets/user/user_new.scss */
.border-top-0 {
  border-top: none !important;
}

/* line 10, app/assets/stylesheets/user/user_new.scss */
.registration-completed p {
  font-size: 1.25rem;
}

/* line 15, app/assets/stylesheets/user/user_new.scss */
.registration-completed__message {
  margin-top: 4rem;
  margin-bottom: 13.5rem;
}

@media (max-width: 767px) {
  /* line 21, app/assets/stylesheets/user/user_new.scss */
  .form__note {
    font-size: 0.8rem;
  }
  /* line 25, app/assets/stylesheets/user/user_new.scss */
  .form__actions {
    flex-direction: column;
    padding-left: 10%;
    padding-right: 10%;
  }
  /* line 32, app/assets/stylesheets/user/user_new.scss */
  .registration-completed p {
    font-size: 0.9rem;
  }
  /* line 37, app/assets/stylesheets/user/user_new.scss */
  .registration-completed__message {
    margin-bottom: 6.5rem;
  }
}
