form.form-horizontal[action*=service] {
  max-width: 820px;
  margin: auto;
}

.form-required {
  font-size: 80%;
  margin-left: auto;
  color: var(--red);
}

.service-card {
  height: calc(100% - 1rem);
  max-width: 620px;
  margin: 0 auto 1rem auto;
}
.service-card-header {
  display: flex;
  align-items: flex-end;
  font-size: 1.25rem;
  letter-spacing: 0.5px;
  line-height: 1;
  padding-bottom: 12px;
  border-bottom: 2px solid var(--primary);
}
.service-card-header small {
  font-size: 0.9rem;
  color: #666666;
}
.service-card-body {
  margin-top: 0.5rem;
  height: calc(100% - 50px );
  padding: 1rem 1rem 0.5rem 1rem;
  background: #f9f9f9;
  border-radius: 8px;
}
.service-card-title {
  font-weight: bold;
  font-size: 1.125rem;
}
/*有md的樣板修正間距*/
.service-card-body  .bmd-form-group {
    padding-top:0;
}
.service-card-body .control-label.bmd-label-static {
    top: 0rem;
}

@media (max-width: 475px) {
  .course-card-header {
    font-size: 1.125rem;
  }
}
