*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif}.auth-header-wrapper{display:flex;padding:28px 56px 0;justify-content:space-between;align-items:center;height:min-content;width:100%;box-sizing:border-box;align-self:center;max-width:1920px;justify-self:start}.auth-header-wrapper p{font-size:40px;color:#3c2f80;font-weight:900;margin:0;cursor:default}.auth-header-wrapper a{font-size:16px;color:#3c2f80;text-decoration:underline}@media (max-width: 834px){.auth-header-wrapper{display:none}}.layout-wrapper{box-sizing:border-box;display:flex;flex-direction:column;height:100%;padding-bottom:73px;margin:0;justify-content:start}.layout-wrapper .card-wrapper-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;box-sizing:border-box}@media (max-width: 834px){.layout-wrapper{padding-top:69px}}.loading-page{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100vh;background:#fff}.loading-page h1{font-size:30px;color:#3c2f80}.loading-page .progress-bar{position:relative;width:260px;height:6px;background:#e0e0e0;border-radius:6px;overflow:hidden}.loading-page .progress-bar .runner{position:absolute;top:0;left:0;width:60px;height:100%;background:#3c2f80;border-radius:6px;animation:runner 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}@keyframes runner{0%{transform:translate(0)}50%{transform:translate(200px)}to{transform:translate(0)}}body{display:flex;justify-content:center;align-items:center;height:100vh;width:100%;font-family:Roboto,sans-serif;font-weight:400;font-style:normal;box-sizing:border-box;padding:0;margin:0}#root{width:100%;height:100%;box-sizing:border-box}a{color:inherit;text-decoration:none}a:visited{color:inherit}@media (max-width: 478px){body .layout-wrapper{padding:0}}
