::selection {
  background: #BA7B19;
  color: white;
}

@keyframes loginGlow {
  0%, 100% {
    box-shadow: 0 0 2px #4584E6;
  }
  50% {
    box-shadow: 0 0 5px #4584E6, 0 0 15px #4584E6;
  }
}

