*{box-sizing:border-box}html,body{margin:0;padding:0;height:100%}#root{min-height:100vh;background:#fff url(/assets/bravo.png) no-repeat center center;background-size:cover}.initial-loader{height:100vh;display:flex;align-items:center;justify-content:center;font-family:Montserrat,sans-serif;overflow:hidden}.initial-loader-header{height:60px;background-color:#201d49;display:flex;align-items:center;padding-left:20px;position:absolute;top:0;width:100%;box-sizing:border-box}.initial-loader-logo{height:20px;width:auto}.spinner{width:40px;height:40px;border:3px solid rgba(255,255,255,.1);border-left-color:#1976d2;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
