.fhc-auth-page {
  background: #ffffff;
}

.fhc-auth-page__hero {
  background-image: var(--fhc-auth-hero-image);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.fhc-auth-page__hero .container {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-height: 250px;
  text-align: center;
}

.fhc-auth-page__hero h1 {
  color: #ffffff;
  font-size: 40px;
  font-weight: 700;
  line-height: 40px;
  margin: 0;
}

.fhc-auth-page__main {
  background: url("../images/on-demand-auth-footer.png") no-repeat bottom center;
  background-size: cover;
  min-height: calc(100vh - 250px - 148px);
  padding: 64px 0 80px;
}

.fhc-auth-page__content {
  color: #464646;
  margin: 0 auto;
  max-width: 684px;
}

.fhc-auth-page__content > p {
  color: #464646;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  margin: 0 0 24px;
}

.fhc-auth-page__description,
.fhc-auth-page__footer-message {
  color: #464646;
}

.fhc-auth-page__description {
  margin-bottom: 24px;
}

.fhc-auth-page__description > :last-child,
.fhc-auth-page__footer-message > :last-child {
  margin-bottom: 0;
}

.fhc-auth-page__content > :last-child {
  margin-bottom: 0;
}

.fhc-auth-page .um {
  margin: 0 !important;
  max-width: none !important;
  width: 100% !important;
}

.fhc-auth-page .um-form {
  margin: 0 !important;
}

.fhc-auth-page .um .um-form form {
  display: block;
}

.fhc-auth-page .um .um-field-area,
.fhc-auth-page .um .um-field-area-password {
  width: 100%;
}

.fhc-auth-page .um-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 24px;
  margin: 0 0 16px !important;
}

.fhc-auth-page .um-col-1 {
  width: 100% !important;
}

.fhc-auth-page .um-field {
  flex: 1 1 100%;
  margin-bottom: 0 !important;
  min-width: 0;
}

.fhc-auth-page .um-field.fhc-auth-field--half {
  flex-basis: calc(50% - 12px);
}

.fhc-auth-page .um-field.fhc-auth-field--narrow {
  flex-basis: 330px;
  max-width: 330px;
}

.fhc-auth-page .um-field-label {
  align-items: baseline;
  display: flex;
  flex-wrap: wrap;
  gap: 4px;
  margin-bottom: 8px;
}

.fhc-auth-page .um-field-label label {
  color: #464646;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.fhc-um-auth-page--register .fhc-auth-page .um-field-label label::after,
.fhc-um-auth-page--account .fhc-auth-page .um-field-label label::after {
  color: #f00;
  content: " *";
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.035px;
  line-height: 22px;
}

.fhc-um-auth-page--register .fhc-auth-page .um-field.fhc-auth-field--email-note .um-field-label::after,
.fhc-um-auth-page--account .fhc-auth-page .um-field.fhc-auth-field--email-note .um-field-label::after {
  color: #464646;
  content: "(enter work email address)";
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fhc-um-auth-page--sign-in .fhc-auth-page .um-field-label .um-tip-text,
.fhc-um-auth-page--login .fhc-auth-page .um-field-label .um-tip-text {
  color: #464646;
  display: inline;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.fhc-um-auth-page--sign-in .fhc-auth-page .um-clear,
.fhc-um-auth-page--login .fhc-auth-page .um-clear {
  display: none;
}

.fhc-auth-page .um-field-label .um-req {
  color: #e25c39;
  font-size: 14px;
  line-height: 22px;
  margin-left: 0;
  position: static;
}

.fhc-um-auth-page--register .fhc-auth-page .um-field-label .um-req,
.fhc-um-auth-page--account .fhc-auth-page .um-field-label .um-req {
  display: none !important;
}

.fhc-auth-page .um-field-label .um-tip,
.fhc-auth-page .um-field-label-icon {
  display: none !important;
}

.fhc-auth-page .um .um-form input[type="text"],
.fhc-auth-page .um .um-form input[type="search"],
.fhc-auth-page .um .um-form input[type="tel"],
.fhc-auth-page .um .um-form input[type="number"],
.fhc-auth-page .um .um-form input[type="password"],
.fhc-auth-page .um .um-form input[type="email"],
.fhc-auth-page .um .um-form textarea {
  background: #efefef !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: #464646 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  height: 64px !important;
  line-height: 24px !important;
  padding: 20px 16px !important;
  width: 100% !important;
}

.fhc-auth-page .um .um-form input::placeholder,
.fhc-auth-page .um .um-form textarea::placeholder {
  color: transparent;
}

.fhc-auth-page .um .um-field-error {
  margin-top: 8px !important;
}

.fhc-auth-page .um .um-field-area-password {
  position: relative;
}

.fhc-auth-page .um .um-toggle-password {
  align-items: center;
  color: #464646;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: 16px;
  top: 0;
}

.fhc-auth-page .um .select2-container {
  max-width: 330px;
  width: 100% !important;
}

.fhc-auth-page .um .select2-container .select2-selection--single,
.fhc-auth-page .um .um-form select {
  background: #ffffff !important;
  border: 1px solid #787878 !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  color: #464646 !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 16px !important;
  font-weight: 500 !important;
  height: 52px !important;
  line-height: 24px !important;
}

.fhc-auth-page .um .select2-container .select2-selection--single .select2-selection__rendered {
  color: #464646 !important;
  line-height: 50px !important;
  padding-left: 16px !important;
  padding-right: 40px !important;
}

.fhc-auth-page .um .select2-container .select2-selection--single .select2-selection__rendered .select2-selection__arrow:before {
  line-height: 51px !important;
}

.fhc-auth-page .um .select2-container .select2-selection--single .select2-selection__arrow {
  height: 50px !important;
  right: 12px !important;
}

.fhc-auth-page .um .select2-container .select2-selection--single .select2-selection__arrow b {
  line-height: 51px !important;
}

.fhc-auth-page .um .select2-container .select2-selection__clear {
  display: none !important;
}

.fhc-auth-page .um .um-form select {
  max-width: 330px;
  padding: 0 16px !important;
}

.fhc-auth-page .um-col-alt,
.fhc-auth-page .um-col-alt-b {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin: 24px 0 0 !important;
  padding: 0 !important;
}

.fhc-auth-page .um-col-alt .um-left,
.fhc-auth-page .um-col-alt .um-right,
.fhc-auth-page .um-col-alt .um-center,
.fhc-auth-page .um-col-alt-b .um-left,
.fhc-auth-page .um-col-alt-b .um-right,
.fhc-auth-page .um-col-alt-b .um-center {
  float: none !important;
  margin: 0 !important;
  width: auto !important;
}

.fhc-auth-page .um input[type="submit"].um-button {
  background: #009995 !important;
  border: 2px solid #009995 !important;
  border-radius: 0 !important;
  color: #ffffff !important;
  font-family: "Montserrat", sans-serif !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  height: auto !important;
  line-height: 22px !important;
  margin: 0 !important;
  min-width: 0 !important;
  padding: 12px 24px !important;
  width: auto !important;
}

.fhc-auth-page .um input[type="submit"].um-button:hover,
.fhc-auth-page .um input[type="submit"].um-button:focus {
  background: #ffffff !important;
  border-color: #009995 !important;
  color: #009995 !important;
}

.fhc-auth-page__aux-button {
  display: inline-flex;
}

.fhc-auth-page__footer-message {
  color: #464646;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  margin-top: 16px;
}

.fhc-auth-page__footer-message a {
  color: #464646;
  text-decoration: underline;
}

.fhc-auth-page__footer-message a:hover,
.fhc-auth-page__footer-message a:focus {
  color: #009995;
}

.fhc-auth-page .um p.um-notice {
  margin: 0 0 24px !important;
}

@media (max-width: 767px) {
  .fhc-auth-page__hero {
    background-image: var(--fhc-auth-hero-image-mobile, var(--fhc-auth-hero-image));
  }

  .fhc-auth-page__hero h1 {
    font-size: 32px;
    line-height: 36px;
  }

  .fhc-auth-page__main {
    padding: 48px 0 64px;
  }

  .fhc-auth-page .um-field.fhc-auth-field--half,
  .fhc-auth-page .um-field.fhc-auth-field--narrow {
    flex-basis: 100%;
    max-width: none;
  }

  .fhc-auth-page .um .select2-container,
  .fhc-auth-page .um .um-form select {
    max-width: none;
  }
}
