/* line 2, ../../shared/bundle/ruby/3.4.0/bundler/gems/zanshin_style-2e6bbe84fa95/app/assets/stylesheets/zanshin_style/common/_invalid_feedback.scss */
.is-invalid .invalid-feedback {
  display: block;
}

/* line 7, ../../shared/bundle/ruby/3.4.0/bundler/gems/zanshin_style-2e6bbe84fa95/app/assets/stylesheets/zanshin_style/common/_invalid_feedback.scss */
.invalid {
  color: var(--bs-form-invalid-color) !important;
}

/* line 5, app/assets/stylesheets/registration.scss */
body {
  background: #fff;
  overflow-x: hidden;
}

/* line 10, app/assets/stylesheets/registration.scss */
.row {
  --bs-gutter-x: 1rem !important;
}

/* line 14, app/assets/stylesheets/registration.scss */
h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

/* line 18, app/assets/stylesheets/registration.scss */
.step-one, .step-two {
  padding: 50px;
}

/* line 22, app/assets/stylesheets/registration.scss */
.step-one {
  background-image: linear-gradient(to bottom, #ff6300, #eb3700) !important;
  color: #fff;
}

/* line 26, app/assets/stylesheets/registration.scss */
.step-one .content {
  height: 100%;
  padding-top: 90px;
}

/* line 31, app/assets/stylesheets/registration.scss */
.step-one h1 {
  font-size: 2.5rem;
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: 2.75rem;
}

/* line 37, app/assets/stylesheets/registration.scss */
.step-one h1 span {
  font-weight: 700;
}

/* line 42, app/assets/stylesheets/registration.scss */
.step-one h2 {
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.2;
  margin-bottom: 2rem;
}

/* line 50, app/assets/stylesheets/registration.scss */
.step-one .card.experience .text, .step-one .resources .text {
  margin-left: 1rem;
}

/* line 53, app/assets/stylesheets/registration.scss */
.step-one .card.experience .text h5, .step-one .resources .text h5 {
  font-size: 1.15rem;
  font-weight: 600;
}

/* line 58, app/assets/stylesheets/registration.scss */
.step-one .card.experience .text p, .step-one .resources .text p {
  margin-bottom: 0;
}

/* line 64, app/assets/stylesheets/registration.scss */
.step-one .card.experience {
  background: rgba(255, 255, 255, 0.1);
  border-color: #fff;
  border-radius: 0.5rem;
  margin-top: 2rem;
  color: #fff;
}

/* line 74, app/assets/stylesheets/registration.scss */
.step-two #brand img {
  display: block;
  height: 40px;
  width: auto;
  margin: auto;
  margin-bottom: 50px;
}

/* line 82, app/assets/stylesheets/registration.scss */
.step-two h2 {
  text-align: center;
  margin-top: 0;
  font-weight: 700;
  font-size: 2rem;
  margin-bottom: 1rem;
}

/* line 89, app/assets/stylesheets/registration.scss */
.step-two h2 span {
  color: #F05C00;
}

/* line 94, app/assets/stylesheets/registration.scss */
.step-two .benefits {
  margin-bottom: 40px;
}

/* line 97, app/assets/stylesheets/registration.scss */
.step-two .benefits span {
  white-space: nowrap;
}

/* line 103, app/assets/stylesheets/registration.scss */
.step-two form h5 {
  font-size: 1rem;
  font-weight: 600;
}

/* line 108, app/assets/stylesheets/registration.scss */
.step-two form .form-control {
  border-radius: 0.5rem;
}

/* line 112, app/assets/stylesheets/registration.scss */
.step-two form .input-group-text {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0;
  background: #fafafa;
}

/* line 121, app/assets/stylesheets/registration.scss */
.step-two form .title-plans {
  position: relative;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

/* line 126, app/assets/stylesheets/registration.scss */
.step-two form .title-plans:after {
  content: "";
  display: block;
  position: absolute;
  background: #ccc;
  width: 100%;
  height: 1px;
  top: 0.75rem;
  left: 0;
}

/* line 137, app/assets/stylesheets/registration.scss */
.step-two form .title-plans h5 {
  text-align: center;
  position: relative;
  background: #fff;
  z-index: 1;
  display: table;
  margin: 0 auto;
  padding: 0 1rem;
}

/* line 149, app/assets/stylesheets/registration.scss */
.step-two form #plans .card {
  border-radius: 0.5rem;
  height: calc(100% - 16px);
  cursor: pointer;
}

/* line 154, app/assets/stylesheets/registration.scss */
.step-two form #plans .card .card-footer {
  background-color: transparent;
  border: none;
}

/* line 159, app/assets/stylesheets/registration.scss */
.step-two form #plans .card:hover, .step-two form #plans .card:focus {
  background: #fafafa;
}

/* line 164, app/assets/stylesheets/registration.scss */
.step-two form #plans img {
  height: 60px;
  width: auto;
  margin-bottom: 1rem;
}

/* line 170, app/assets/stylesheets/registration.scss */
.step-two form #plans h5 {
  font-size: 1.25rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
}

/* line 177, app/assets/stylesheets/registration.scss */
.step-two form .btn {
  background: #F05C00 !important;
  border: 1px solid #F05C00 !important;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 3rem;
}

/* line 185, app/assets/stylesheets/registration.scss */
.step-two form .btn:focus, .step-two form .btn:hover, .step-two form .btn:active {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(240, 92, 0, 0.25) !important;
  opacity: 0.8;
  text-decoration: none;
}

/* line 195, app/assets/stylesheets/registration.scss */
.g-recaptcha {
  display: inline-block;
}

/* line 199, app/assets/stylesheets/registration.scss */
#company {
  height: 24px;
  width: 100px;
  display: block;
  margin: auto;
  margin-top: 50px;
}

/* line 207, app/assets/stylesheets/registration.scss */
.account_registration_form_code {
  position: relative;
}

/* line 210, app/assets/stylesheets/registration.scss */
.account_registration_form_code .invalid-feedback {
  position: absolute;
  top: 55px;
  left: 0;
}

/* line 216, app/assets/stylesheets/registration.scss */
.account_registration_form_code.invalid {
  margin-bottom: 2rem !important;
}

/* line 222, app/assets/stylesheets/registration.scss */
#creating {
  padding: 50px;
}

/* line 226, app/assets/stylesheets/registration.scss */
#creating header #brand img {
  display: block;
  height: 40px;
  width: auto;
  margin: auto;
  margin-bottom: 50px;
}

/* line 235, app/assets/stylesheets/registration.scss */
#creating .main {
  height: calc(100vh - 270px);
}
