:root {
  --color-primary: #37628b;
  --step-color-completed: #819c13;
  --color-primary-lighter: #7e8891;
  --color-primary-light-2: #37628b;
  --color-button-disabled: #37628b;
  --fill-action-accent-default: #f14242;
  --fill-primary-dark: #1a2737;
  --stroke-brand-primary: #2f5275;
  --text-brand-primary: #2f5275;
  --text-brand-primary-hover: #6d859e;

  --color-text-brand-primary: #587490;
  --svg-fill-selected: #37628b;
  --fill-action-secondary-pressed: #cddcea;
}

.multi-bg {
  background: url(/images/financial-advisors-bg.jpg) no-repeat center 0;
  background-size: 100%;
  padding: 40px 40px 20px 40px;
}

.terms-and-conditions-text.copy-right-text,
.terms-and-conditions-text.terms-info-text {
  font-size: 13px;
  line-height: 22px;
}

header {
  padding-top: 10px;
}
/* 
header img {
  width: 288px;
  height: 46.63px;
} */

.form-card-header h1 {
  padding-top: 10px;
}

.cta-primary-button:disabled {
  background-color: var(--color-button-disabled);
  border: 1px solid var(--color-button-disabled);
}