.smartnotai-animated {
  animation: colorChangeRegister 5s infinite alternate;
  background-image: linear-gradient(to right, #777BFF, #FF7B7B, #7BFFB8, #777BFF); /* Renkler landing page ile aynı */
  background-size: 200% auto;
  color: #000;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: bold; /* Kalın font */
}

@keyframes colorChangeRegister {
  0% { background-position: 0% 50%; }
  100% { background-position: 100% 50%; }
}

/* Formun genel görünümünü iyileştirmek için ek stiller (isteğe bağlı) */
.authentication-wrapper .card {
  border-radius: 0.75rem; /* Daha yumuşak köşeler */
}
