.form-container {
  border: 1px solid #dee2e6;
  max-width: 500px;
  margin: 0 auto;
}

.form-control:focus {
  border-color: #6f42c1;
  box-shadow: 0 0 0 .25rem #6f42c140;
}

.btn {
  transition: background-color .3s, transform .2s;
}

.btn:hover {
  transform: translateY(-1px);
  background-color: #084298 !important;
}

.btn:active {
  transform: translateY(0);
  background-color: #6f42c1 !important;
}

.highlight {
  color: #f8c102;
  font-weight: bold;
}
