/* developers-halpas-production/password-workflow.css */
.password-settings-card > [data-open-password-form],
.password-settings-card > [data-request-password-change] {
  justify-self: start;
}

.password-settings-card #live-password-form[hidden] {
  display: none !important;
}

.password-request-state {
  margin: 0;
  padding: 14px;
  border: 1px solid #8052b3;
  background: #f4eef9;
  color: #563176;
  line-height: 1.5;
}

.developer-security-label {
  margin-top: 4px;
  font-weight: 600;
}

.developer-security-label.secure {
  color: #168954 !important;
}

.developer-security-label.not-secure {
  color: #c93642 !important;
}

#live-account-form [data-reset-user] {
  display: none !important;
}

.password-approval-button {
  border-color: #8052b3;
  color: #563176;
}
