.optional-label {
  display: inline-flex;
  width: max-content;
  margin-left: 6px;
  padding: 2px 7px;
  border-radius: 999px;
  background: #edf7f5;
  color: #147b70;
  font-size: 10px;
  font-weight: 800;
}

.password-preserve-state {
  display: block;
  margin-top: 7px;
  padding: 9px 11px;
  border-radius: 8px;
  background: #edf8f5;
  color: #147b70;
  font-size: 12px;
  font-weight: 700;
}

.password-preserve-state.changing {
  background: #fff6e7;
  color: #a45b00;
}
