#password-strength-bar.weak { background-color: #f87171; }
#password-strength-bar.fair { background-color: #fbbf24; }
#password-strength-bar.good { background-color: #34d399; }
#password-strength-bar.strong { background-color: #10b981; }

select {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2394a3b8' stroke-width='2'%3e%3cpath d='M6 9l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.9rem center;
  background-size: 1rem;
  appearance: none;
  -webkit-appearance: none;
  padding-right: 2.5rem;
}
