:root{--bs-primary: #e82d4c}body{font-family:sans-serif;background-color:#141d24;color:#fff;text-align:center;padding-bottom:60px}.form-control:focus{box-shadow:0 0 0 .25rem #f8f9fa40}h1{color:#fff;text-align:center;font-size:2.5rem;line-height:1.2;margin-bottom:80px;font-weight:700}.avatar{height:60px;width:60px;border-radius:50%;margin-right:1em}.user{padding-right:60px;display:flex;flex-direction:row;justify-content:center;align-items:center}.username{font-size:1.25em;font-weight:600}.logo{margin-top:80px;margin-bottom:60px}.loading-overlay.active{position:fixed;top:0;left:0;bottom:0;right:0;z-index:1000;background-color:#000c;animation:loading-overlay-fade .4s ease-out 0s forwards}.loading-overlay.active:before{content:"";position:absolute;top:50%;left:50%;margin-top:-8px;margin-left:-8px;width:35px;height:35px;border:3px solid white;border-left:3px solid #3263b6;border-radius:50%;animation:spinner 1.1s infinite linear,loading-overlay-fade .4s ease-out 0s forwards}@-webkit-keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes spinner{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@-webkit-keyframes loading-overlay-fade{0%{opacity:0}to{opacity:1}}@keyframes loading-overlay-fade{0%{opacity:0}to{opacity:1}}.material-icons,.material-icons-outlined{font-size:1em;display:inline-flex;justify-content:center;align-items:center;height:1em;width:1em}.material-icons.material-icons-stroke{-webkit-text-stroke:.75px currentColor}
