@import url("/themes/custom/fimer_corporate/js/node_modules/text-security/text-security.css");

.webform-progress-tracker .progress-step.is-active .progress-marker,
.webform-progress-tracker .progress-step.is-active:hover .progress-marker {
 background-color: #231964; 
}

.webform-progress {
  margin-bottom: 50px;
}

div[data-webform-key="step_2"] ~ .form-actions .webform-button--previous {
  display: none;
}

input[name="password"] {
  font-family: text-security-disc;
}

@media screen and (max-width: 480px) {
 .webform-progress {
   display: none;
  } 
}