#register {
  background-color: #990000;
  border: #880000;
  
  &:hover {
    background-color: #880000
  }

  &:active {
    background-color: #960000
  }
}

/* Errors */
.error {
  border: 2px solid #ef4444 !important; /* Red border */
}

.error-message {
  color: #ef4444;
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
