.icon-button { width: fit-content; } ::-webkit-scrollbar { width: 12px; height: 12px; } ::-webkit-scrollbar-track { background: #2c2c2c; border-radius: 10px; } ::-webkit-scrollbar-thumb { background: #555; border-radius: 10px; } ::-webkit-scrollbar-thumb:hover { background: #888; } .login-container { display: flex !important; flex-direction: column !important; justify-content: center !important; align-items: center !important; } .login-text { text-align: center !important; } .login-button { width: fit-content !important; }