.wrapper{display:block;margin:auto;overflow-y:auto;-webkit-overflow-scrolling:touch}@media(max-width:639px){.wrapper{width:100%}}@media(min-width:640px){.wrapper{width:75%}}@media(min-width:1024px){.wrapper{width:50%}}.login{position:relative;display:block;margin:auto;padding:10vh 0;overflow-y:auto;overflow-x:hidden;min-height:100vh}@media(max-width:639px){.login{width:80%}}@media(min-width:640px){.login{width:60%}}@media(min-width:1024px){.login{width:50%}}.navbar-top{top:0;height:3rem;background:#2b6cb0;z-index:20}.navbar-bottom,.navbar-top{position:fixed;left:0;right:0}.navbar-bottom{bottom:0;height:4rem}.has-navbar-top{padding-top:3rem}.has-navbar-bottom{padding-bottom:3rem}.header-wrapper{display:grid;margin:auto;width:100%;height:100%;grid-template-columns:3rem 1fr 3rem;grid-template-rows:1fr;grid-template-areas:"header-left header-logo header-right";grid-gap:0}@media(max-width:639px){.header-wrapper{width:100%}}@media(min-width:640px){.header-wrapper{width:75%}}@media(min-width:1024px){.header-wrapper{width:50%}}.footer-wrapper{display:grid;margin:auto;padding:8px;width:100%;height:100%;grid-template-columns:1fr;grid-template-rows:1fr;grid-gap:0}@media(max-width:639px){.footer-wrapper{width:100%}}@media(min-width:640px){.footer-wrapper{width:75%}}@media(min-width:1024px){.footer-wrapper{width:50%}}button{-ms-touch-action:manipulation;touch-action:manipulation}.menu-button{width:100%;margin:.5rem 0;padding:.5rem;background-color:#3182ce;border-radius:.25rem;font-weight:700;color:#fff}.loader-bg{background-color:rgba(0,0,0,.7)}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.loader-container{position:fixed;top:0;right:0;bottom:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100vh;width:100vw}.loader{border:5px solid #2a4365;border-top:5px solid #fff;border-radius:50%;width:48px;height:48px;-webkit-animation:spin .5s linear infinite;animation:spin .5s linear infinite}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}