.error{font-family:Inter,Arial,sans-serif;font-size:16px}.error *{margin:0;padding:0}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100vh;text-align:center}.logo{width:132px;height:32px}.title{font-size:1.5em;line-height:1.42;font-weight:700}.text{margin-top:.75em;font-size:1.125em;line-height:1.56;font-weight:400}.buttons{display:flex;flex-direction:column;justify-items:center;gap:1em;margin:2em auto 0 auto;max-width:25em}.button{flex:1 1 0;width:100%;box-sizing:border-box;display:flex;align-items:center;justify-content:center;font-size:1.125em;font-weight:600;line-height:1.8;min-height:3.25em;border-radius:.75em;padding:2px;text-align:center;cursor:pointer;border:0;background:linear-gradient(#f302fd 7.69%,#f302fd80 155.77%),linear-gradient(#8909dd 7.69%,#0613ea 155.77%);box-shadow:0 16px 48px -12px #f302fd66;color:#fff;text-decoration:none}.button>div{display:flex;justify-content:center;align-items:center;width:100%;height:100%;padding:0 2em;border-radius:.625em;line-height:1.8;user-select:none;background:linear-gradient(#8909dd 7.69%,#0613ea 155.77%)}.button.button--login{width:400px}@media (max-width:600px){.button.button--login{width:100%}}