/* Login container styles */
body.login #bitbadges-login-container {
    width: 320px;
    margin: 20px auto;
    padding: 0;
}

body.login .bitbadges-login-wrapper {
    width: 100%;
    margin: 0 auto;
    margin-top: 24px !important;
}

body.login .bitbadges-button {
    display: flex !important;
    align-items: center;
    justify-content: center;
    gap: 10px;
    width: 100%;
    background-color: #000000;
    border: 1px solid #000000;
    border-radius: 8px;
    color: white !important;
    padding: 12px 20px;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.3s ease;
}

/* ... rest of your existing styles ... */
