
input:focus {
  border-color: #304250 !important;
  outline: none !important;
  box-shadow: none !important;
}
input[type="checkbox"]:checked {
  background-color: #304250 !important;
  border-color: #304250 !important;
}
         

/* Custom focus styles for the forgot password link */
a[href*="password/new"]:focus {
  color: #304250 !important;
  font-weight: 500;
  text-decoration: underline;
  outline: none;
}

/* Dark mode styles */
.dark a[href*="password/new"]:focus {
  color: #5d8bae !important;
}

  