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

/* line 7, ../../shared/bundle/ruby/3.2.0/bundler/gems/zanshin_style-7945752737cc/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;
}

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

/* line 13, app/assets/stylesheets/registration.scss */
footer {
  padding: 20px 0;
}

/* line 16, app/assets/stylesheets/registration.scss */
footer a {
  color: #FFF;
}

/* line 21, app/assets/stylesheets/registration.scss */
header {
  padding: 20px;
}

/* line 24, app/assets/stylesheets/registration.scss */
header a {
  background: url(/assets/app-logo-login-581f048740751c90ece34473127e0936a26c61caaa356690585a8f7f16273f0f.png) no-repeat center center;
  display: block;
  height: 92px;
  width: 192px;
  margin: auto;
  overflow: hidden;
  text-indent: 9999px;
}

/* line 32, app/assets/stylesheets/registration.scss */
header a:hover {
  background-color: transparent;
}

/* line 38, app/assets/stylesheets/registration.scss */
#company {
  background: transparent url(/company.png) no-repeat 0 0;
  display: block;
  height: 24px;
  width: 100px;
  overflow: hidden;
  text-indent: -9999px;
  margin: auto;
}

/* line 49, app/assets/stylesheets/registration.scss */
#account_address h5 {
  font-weight: 400;
  height: 38px;
  line-height: 38px;
  margin: 0;
}

/* line 58, app/assets/stylesheets/registration.scss */
#plans .card {
  cursor: pointer;
}

/* line 61, app/assets/stylesheets/registration.scss */
#plans .card.selected {
  border-color: #bbb;
}

/* line 64, app/assets/stylesheets/registration.scss */
#plans .card.selected .card-header, #plans .card.selected .card-footer {
  background: #ECEFF1;
}

/* line 68, app/assets/stylesheets/registration.scss */
#plans .card.selected .card-block {
  background: #FAFAFA;
}

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

/* line 79, app/assets/stylesheets/registration.scss */
.subtitle {
  padding: 10px 15px;
  margin-bottom: 15px;
}

/* line 83, app/assets/stylesheets/registration.scss */
.subtitle h5 {
  margin: 0;
}

@media (max-width: 767px) {
  /* line 89, app/assets/stylesheets/registration.scss */
  #plans .card {
    margin: 0;
    flex: 1 0 100%;
  }
}
