#mho-form {
  width: 100%;
  max-width: 760px;
  margin: auto;
  font-family: 'Roboto', sans-serif;
}
.mho-form {
  padding: 0 32px;
}
.header-logo {
  margin: 24px 0;
}
.header-logo a {
  background: url('./sutter-health-logo-new.png') no-repeat center/200px;
  display: block;
  width: 100%;
  height: 36px;
  color: transparent !important;
}
.message {
  display: block;
}
.mho-form .title, .message h2 {
  font-weight: 700;
  font-size: 20px;
  color: #004D4D;
}
@media (min-width: 992px) {
  .mho-form .title {
    font-size: 24px;
  }
}
.mho-form p, .message p {
  line-height: 1.5em;
  color: #192A29;
}
.mho-form a {
  color: #008080;
  text-decoration: none;
}
.mho-form a:hover {
  text-decoration: underline;
}
.needs-validation {
  margin-top: 24px;
}
.row {
  margin-bottom: 24px;
}
.row input, .row label {
  cursor: pointer;
  color: #192A29;
}
.invalid-feedback {
  color: #CD0000;
  margin-bottom: 24px;
}
button.btn-primary {
  background-color: #004d4d;
  border-radius: 1.5rem;
  padding: 0.35rem 1.5rem;
  color: #fff;
  border: none;
  outline: none;
  font-weight: 700;
  cursor: pointer;
}
button.btn-primary:hover {
  background-color: #003333;
}
