@tailwind base;
@tailwind components;
@tailwind utilities;

@layer utilities {
  .bg-login {
    background-color: #3a3058 !important;
  }
}
