body{height:100vh;margin:0;background:url(/_next/static/media/background.7efbc712.png);background-position:50%;background-size:cover;background-repeat:no-repeat;font-family:Arial,Helvetica,sans-serif}.home-container{justify-content:center;height:100%}.home-container,.login-wrapper{display:flex;align-items:center}.login-wrapper{width:100%;flex-direction:column;gap:20px}.text-with-lines{color:#fff;display:flex;align-items:center;justify-content:center;width:300px;margin-top:30px;font-size:17px}.text-with-lines:after,.text-with-lines:before{content:"";flex-grow:1;border-top:1px solid #fff;margin:0 10px}.account-info,.process-info{width:max-content;color:#fff;word-break:break-word;text-align:center}.account-info.balance{display:block}.account-info.balance-mobile,.account-info.balance[hidden]{display:none}.signin-button{padding:10px 16px;font-size:16px;cursor:pointer;background-color:rgba(0,0,0,.77);color:#fff;border:none;border-radius:4px;margin-top:10px}.loading-circle{border:4px solid #f3f3f3;border-top-color:rgba(0,0,0,.77);border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.centered-spinner{display:flex;justify-content:center;align-items:center;height:100vh}@media screen and (max-width:600px){.account-info.balance{display:none}.account-info.balance-mobile{display:block}.account-info.balance-mobile[hidden]{display:none}}