.action-button{width:100%;padding:.5rem;border:var(--custom-black) 2px solid;font-size:18px;font-weight:700;cursor:pointer;transition:linear .2s;background:linear-gradient(to right,var(--custom-black) 50%,var(--custom-white) 50%);background-size:200% 100%;background-position:right bottom}.auth-box{max-width:400px;width:90vw;margin:5vh auto;padding:2rem;border:var(--custom-black) 3px solid;flex-direction:column;align-items:center;box-sizing:border-box}@keyframes fadeSlideDownIn{0%{opacity:0;transform:translateY(-50px) scale(1)}to{opacity:1;transform:translateY(0) scale(1)}}.form-animated2{opacity:0;animation:fadeSlideDownIn .5s cubic-bezier(.4,0,.2,1);animation-delay:.5s;animation-fill-mode:forwards}@keyframes fadeSlideIn{0%{opacity:0;transform:translateY(50px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.form-animated{animation:fadeSlideIn .5s cubic-bezier(.4,0,.2,1)}.action-button:focus{animation:fill-background var(--slow-transition) ease forwards}.action-button:active{animation:none}@keyframes fill-background{0%{background-position:right bottom;color:var(--custom-black)}to{background-position:left bottom;color:var(--custom-white)}}@keyframes auth-switch{0%{opacity:0;transform:translateY(20px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.scroll-domain-center-row{display:flex;justify-content:center;align-items:center;position:relative;width:100%;font-size:2rem;font-weight:700}.scroll-wheel-container{display:flex;justify-content:flex-end;align-items:flex-end;width:8ch;height:2.5rem;position:relative;overflow:hidden}.scroll-wheel-text{position:absolute;right:0;bottom:0;font-size:2rem;font-weight:700;opacity:1;line-height:2.5rem;text-align:right;white-space:pre;min-width:0;transition:none;display:block;width:auto;max-width:100%;color:var(--custom-red)}.scroll-wheel-in{animation:scrollInFromTop .5s forwards;z-index:2}.scroll-wheel-in-bottom{animation:scrollInFromBottom .5s forwards;z-index:2}.scroll-wheel-out{animation:scrollOutToBottom .5s forwards;z-index:1}.fade-in-after{animation:fadeInAfter 1s forwards;z-index:2}@keyframes scrollInFromTop{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInAfter{0%{opacity:0}to{opacity:1}}@keyframes scrollInFromBottom{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes scrollOutToBottom{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(40px)}}.static-domain-center{position:relative;z-index:2;background:#fff;padding-right:.25em}.app-container{min-height:95vh;min-height:var(--app-height, 95vh);display:flex;flex-direction:column}.app-top{flex:.4}.app-middle{flex:0}.app-footer{flex:.5}.app-bottom{border-top:1px solid #ddd;padding-top:1vh;margin-top:auto}@media(max-width:600px){.auth-box{max-width:95vw;padding:1rem;margin:2vh auto}.app-top{flex:.3}.app-middle{flex:.45}}.spinner{display:flex;justify-content:center;align-items:center}.authtext{font-size:1.2rem;color:var(--custom-black, #050505);font-family:Custom-light,system-ui,Avenir,Helvetica,Arial,sans-serif;text-align:center;margin-right:3rem}.spinner-inner{width:40px;height:40px;border:3px solid #eee;border-top:3px solid var(--custom-red, #b00020);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}#root{max-width:1280px;margin:0 auto;padding:1rem}:root{line-height:1.5;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--custom-black: #050505;--custom-silver: #bfc0c0;--custom-white: #ffffff;--custom-orange: #ef8354;--custom-red: #dd0000;--slow-transition: 1s;--fast-transition: .5s;color:var(--custom-black);background-color:var(--custom-white)}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh;font-family:Custom,system-ui,Avenir,Helvetica,Arial,sans-serif}::selection{color:var(--custom-white);background:var(--custom-black)}.errorbox{max-width:400px;width:90vw;padding:.5rem;border:var(--custom-black) 2px solid;background-color:var(--custom-red);color:var(--custom-white);text-align:center;box-sizing:border-box;font-family:Custom-light;animation:errorFadeIn .4s cubic-bezier(.4,0,.2,1)}@keyframes errorFadeIn{0%{opacity:0;transform:translateY(-10px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}input{width:96%;padding:.5rem;margin-bottom:1rem;border:0px solid var(--custom-black);border-bottom:2px solid var(--custom-black);font-size:16px;font-weight:500;transition:linear .2s}input:focus{outline:none;border-color:var(--custom-red);transition:linear .2s;background-color:var(--custom-red);color:var(--custom-white)}input::placeholder{color:var(--custom-silver)}input:focus::placeholder{color:var(--custom-white)}input{font-family:Custom-light}button{font-family:inherit}.logo-text{font-family:Custom-light;font-size:1.25rem;color:var(--custom-black);text-align:center}a{color:var(--custom-black);text-decoration:none;font-weight:500;transition:linear .25s}a:hover{color:var(--custom-red);transition:linear .25s}@font-face{font-family:Custom-light;src:url(/fonts/JosefinSans-Regular.ttf) format("truetype");font-weight:00;font-style:normal}@font-face{font-family:Custom;src:url(/fonts/JosefinSans-Bold.ttf) format("truetype");font-weight:700;font-style:normal}.footer{font-family:Custom-light;font-size:.8rem;color:var(--custom-silver);text-align:center}.usaicon{width:1.35rem;height:1.35rem;margin-left:.5rem;vertical-align:middle}
