<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*


 */
@tailwind base;
@tailwind components;
@tailwind utilities;

@layer components {
  .btn-primary {
    @apply py-2 px-4 bg-blue-200;
  }

  .bg-auth {
    @apply bg-cover bg-center;
    background-image: url(/assets/bg_login-3ab18464e810a0cb7dcb4cd261b7dd40e519b090edbca45dd8af9f49dd43ecce.jpg);
  }
  .error-message {
    @apply text-center text-error-red mb-3 h-6;
  }
}
/* custom_fonts.css */
@import url("https: //cdn.jsdelivr.net/gh/eliyantosarage/font-awesome-pro@main/fontawesome-pro-6.5.2-web/css/all.min.css");
</pre></body></html>