main{box-sizing:border-box}body{margin:0;box-sizing:border-box;font-family:Inter,sans-serif}.game__auth{display:flex;flex-direction:column;min-width:320px;max-width:480px;margin:0 auto;height:100vh;background:#ff970030;overflow:hidden}.game__auth h1{margin:0;background:orange;font-size:1.5rem;width:100%;text-align:center;padding:8px 0}.game__auth__container{flex:0 0 100%;height:100%;display:block;text-align:center;padding:1rem}.form__group{display:flex;flex-direction:column;margin-bottom:.5rem}.form__label{display:block;font-weight:500;font-size:.9rem;line-height:1.25rem;margin-bottom:.25rem}.form__control{border:2px solid #b4b4b4;font-family:Inter;padding:.25rem;font-size:1.5rem;text-align:center;transition:all .25s ease}.form__control:focus{border-color:orange;box-shadow:0 0 3px 3px #ffa5003d}.form__control::placeholder{color:#d1d1d1}.form__control:focus::placeholder{color:#ffe3b2}.btn{display:inline-block;font-weight:400;line-height:1.6;color:#212529;text-align:center;text-decoration:none;vertical-align:middle;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:transparent;border:1px solid transparent;padding:.375rem .75rem;font-size:1rem;transition:all .25s ease;font-family:Inter}.btn-primary{border-color:#ffc000;background:linear-gradient(45deg,#fc0,#ff9d00)}.btn-primary:hover{border-color:#ff7a00;background:linear-gradient(195deg,#fc0,#ff9d00);letter-spacing:1px}.btn[disabled]{background:linear-gradient(45deg,#5a5a5a,#363636);color:#b3b3b3;border-color:gray;cursor:not-allowed}small.warning{margin-top:.3rem}.game__twitch-account{display:flex;align-items:center;justify-content:center}img.game__twitch-account{max-width:3rem}.game__twitch-name{font-size:1.5rem;margin-left:.5rem}.socket__connection-status{position:fixed;bottom:0;width:100%;text-align:center;font-size:.75rem;text-transform:uppercase;padding:3px 0}.socket__connection-status.socket__connection-status--offline{background:#80000080;color:#fff}.socket__connection-status.socket__connection-status--online{background:#00800080;color:#fff}
