.register-header {
  height: 80px;
  display: flex;
  flex-direction: column;
  padding: 0 var(--spacing--60);
  align-items: center;
  justify-content: center;
}

.register-header-dots {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: var(--spacing--4);
}

.register-header-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: var(--theme-refresh-border-grey-subtle);
}

.register-header-dot.padded-left {
  margin-left: 30px;
}

.register-header-dot.padded-right {
  margin-right: 30px;
}

.register-header-dot.active {
  background-color: var(--theme-refresh-interactive-blue);
}

.register-header-line {
  flex: 1%;
  height: 2px;
  background-color: var(--theme-refresh-border-grey-subtle);
}

.register-header-steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.register-header-step.confirm-email {
  margin-left: 40px;
}

.register-header-step {
  font-size: var(--font-size--1-6);
  color: var(--theme-refresh-interactive-blue);
}
