.preload{width:100%;height:100%;align-items:center;justify-content:center;display:flex}.preload .spinning{animation:spin 2s linear infinite;border-top:5px solid var(--border);border:5px solid var(--border);border-top-color:var(--primary-color);border-radius:50%;width:60px;height:60px;position:absolute}.preload .sk-chase{width:5rem;height:5rem;position:relative;animation:sk-chase 2.5s linear infinite both}.preload .sk-chase-dot{width:100%;height:100%;position:absolute;left:0;top:0;animation:sk-chase-dot 2s ease-in-out infinite both}.preload .sk-chase-dot:before{content:"";display:block;width:25%;height:25%;background-color:var(--primary-color);border-radius:100%;animation:sk-chase-dot-before 2s ease-in-out infinite both}.preload .sk-chase-dot:first-child{animation-delay:-1.1s}.preload .sk-chase-dot:nth-child(2){animation-delay:-1s}.preload .sk-chase-dot:nth-child(3){animation-delay:-.9s}.preload .sk-chase-dot:nth-child(4){animation-delay:-.8s}.preload .sk-chase-dot:nth-child(5){animation-delay:-.7s}.preload .sk-chase-dot:nth-child(6){animation-delay:-.6s}.preload .sk-chase-dot:first-child:before{animation-delay:-1.1s}.preload .sk-chase-dot:nth-child(2):before{animation-delay:-1s}.preload .sk-chase-dot:nth-child(3):before{animation-delay:-.9s}.preload .sk-chase-dot:nth-child(4):before{animation-delay:-.8s}.preload .sk-chase-dot:nth-child(5):before{animation-delay:-.7s}.preload .sk-chase-dot:nth-child(6):before{animation-delay:-.6s}@keyframes sk-chase{to{transform:rotate(1turn)}}@keyframes sk-chase-dot{80%,to{transform:rotate(1turn)}}@keyframes sk-chase-dot-before{50%{transform:scale(.4)}0%,to{transform:scale(1)}}.preload .mini-logo{width:36px;height:36px;background-size:contain}@keyframes spin{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}.field-container{min-width:0;width:100%}.field-container .label{margin:5px 5px 5px 0;font-size:16px;font-weight:500}.field-container .error-message{color:red;font-size:14px;font-weight:400}.text-input{min-width:0}.login-screen .title{color:#f06852;font-weight:700;font-size:4rem;margin-bottom:1.6rem}.login-screen .sub-title{font-weight:500;font-size:2.4rem;margin-bottom:6.4rem}.login-screen .field-container .label{font-weight:500;font-size:1.6rem;margin-bottom:1.1rem;margin-top:0}.login-screen .field-container .input-container input{background-color:#f3f9f7;border-radius:.9rem;height:5.6rem}.login-screen .checkbox{--square-size:2.4rem}.login-screen .checkbox .label{font-size:1.6rem}.login-screen .login-button{background-color:#108a6d;border-radius:1rem;height:5.6rem;color:#fff}.checkbox{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer;--square-size:3.2rem}.checkbox,.checkbox .square{display:flex;align-items:center}.checkbox .square{border-radius:6px;margin-right:8px;justify-content:center}.checkbox .square svg{height:var(--square-size);width:var(--square-size)}.checkbox .square.checked{color:var(--primary-color)}.checkbox .label{color:var(--text-color);font-size:1.6rem;font-weight:400}