.loading-screen{position:fixed;top:0;left:0;width:100%;height:100vh;background:linear-gradient(rgba(0,0,0,.4),rgba(0,0,0,.6)),url(/_next/static/media/background-login.354d3453.svg);background-repeat:no-repeat;background-size:cover;background-position:50%;display:flex;justify-content:center;align-items:center;z-index:9999}.loading-content{text-align:center;color:#fff;padding:2rem;border-radius:8px;background:#fff;box-shadow:0 4px 16px rgba(46,56,64,.12);width:355px;max-width:90%}.logo{max-width:200px;height:auto;margin-bottom:2rem}.loading-spinner{margin:2rem 0}.loading-spinner .spinner-border{width:3rem;height:3rem;border-width:.3em;color:#042435}.loading-message{margin-top:1rem}.loading-message p{margin:0;font-size:1.1rem;font-weight:500;color:#222;opacity:.9}.loading-screen{animation:fadeIn .3s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}