.join-container {
  margin-top: 50px;
}

.hide-form-fields .input-card {
  height: 0px;
  opacity: 0;
  transition: opacity 0.4s ease, height 0.4s ease;
}

.show.hide-form-fields .input-card {
  height: auto;
  opacity: 1;
}

.header-section {
  width: 100%;
  margin: 0 0 48px 0;
  text-align: center;
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.login-signup .center-cols .icon-surveys-filled,
.login-signup .center-cols .icon-crew-filled,
.login-signup .center-cols .icon-homeowner-filled {
  font-size: 75px;
  line-height: 100px;
  display: inline-block;
  width: 100%;
  height: inherit;
  color: #8b94a8;
  text-align: center;
  cursor: default;
}

.login-signup .copy-body,
.login-signup .copy-body b {
  color: #004579;
  font-size: 14px;
  display: inline-block;
  text-align: center;
  max-width: 400px;
}

.login-signup a.copy-body {
  color: #007ddd;
  margin: 8px 0 0 0;
}

.login-signup .copy-body a {
  color: #007ddd;
}

.login-signup a.copy-body:hover,
.login-signup .copy-body a:hover {
  color: #006bbd;
}

.login-signup a.copy-body .icon-right:before {
  position: relative;
  top: 2px;
}

.login-signup .copy-title {
  color: #004579;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-family: "Sentinel A", "Sentinel B", "Besley", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  font-weight: 600;
  margin: 4px 0 8px 0;
}

.alert-card {
  margin: 0 0 32px 0;
}

.main-portal {
  padding: 56px 0 88px 0 !important;
}

.main-portal .col1 {
  padding: 0 16px;
}

.other-portals {
  padding: 0 0 56px;
  border-top: 1px solid;
  border-color: rgba(138, 147, 167, 0.2);
}

.cordova .other-portals {
  display: none !important;
}

.other-portals .col1 {
  text-align: center;
  padding: 88px 16px 0;
}

.other-portals .button-cont {
  margin: 24px 0 0 0;
}

.other-portals .button-tertiary {
  margin: 0 4px;
  color: #8B94A9;
  border: 1px solid rgba(139, 147, 169, 0.5);
  transition: color 0.3s ease, border-color 0.3s ease;
}

.other-portals .button-tertiary:hover {
  color: #007ddd;
  border-color: #007ddd;
}

.login-footer {
  padding: 72px 0 48px 0 !important;
  text-align: center;
}

.cordova .login-footer {
  display: none !important;
}

.form-cta {
  margin: 48px 0 0 0;
  text-align: center;
}

.join_banner {
  text-align: center;
  padding: 32px;
  font-size: 18px;
  font-weight: 500;
  background: #004579;
  color: #fff;
  margin: -56px auto 48px;
  display: flex;
  box-shadow: 0 1px 6px rgba(51, 74, 109, 0.32);
  justify-content: center;
}

.join_banner div {
  max-width: 800px;
}