.password-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
}

.form-inputs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.update-password .progress {
  overflow: hidden;
  height: 5px;
  margin-bottom: 5px;
  background-color:var(--md-extended-color-success-color);
  border-radius: 0;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

.update-password .progress .progress-bar {
  background-color: var(--secondary);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-transition: width .6s ease;
  transition: width .6s ease;
  height: 100%;
}

.submit-container {
  display: flex;
  justify-content: center;
}

.header-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0
}