﻿/* PASSWORD RESET STYLES */
.password-checklist li {
  opacity: 0.5;
  font-size: 0.8rem;
  transition: all 300ms linear;
  color: #a50303;
}

.password-checklist li.valid {
  opacity: 1;
  font-size: 0.82rem;
  transition: all 300ms linear;
  color: #343a40;
}

.password-checklist li.attention {
  opacity: 1;
  font-size: 0.82rem;
  transition: all 300ms linear;
  color: #ff3b3b;
  font-weight: bold;
  /*text-shadow: 0 0 15px rgb(255, 202, 202);*/
}
