.form-section-header {
  font-size: 1.3em;
  font-weight: bold;
  margin-bottom: .5em;
}
.form-section-subheader {
  font-size: 1em;
  font-weight: bold;
  margin-bottom: .5em;
}
.form-title {
  font-size: 2em;
  font-weight: bold;
}

.form-header-text {
  display: block;
  font-weight: bold;
  font-size: 3em;
  margin-bottom: 1em;
}
.user-register-form-container {
  margin: 1em 0 2em 0;
}
.form-header-logo {
  background: url('../images/form-logo.jpg') no-repeat;
  width: 500px;
  height: 335px;
  background-size: 500px 335px;
  margin-left: auto;
  margin-right: auto;
}

#business-website-container input {
  background: #f5f5f5;
  border: 1px solid #d5d5d5;
  border-radius: 1.25rem;
  color: var(--desktop-text);
  display: block;
  font-family: "Montserrat", Geneva, Arial, Helvetica, sans-serif;
  font-size: 0.875rem;
  margin-top: 0;
  padding: 0.625rem 1.4375rem;
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
}