/* Extracted from the inline <style> in account/new_ui/login.html (CSP migration). */

        @keyframes fadeIn {
          from { opacity: 0; transform: translateY(-20px); }
          to { opacity: 1; transform: translateY(0); }
        }
        .fade-in {
          animation: fadeIn 1s ease-out;
        }
    

        body {
            background-image: url("../../images/bg1.jpg");
            background-size: cover;
            background-repeat: no-repeat; 
            background-position: center;
            height: 100vh;
            margin: 0;
        }
    