/* Auth page centering — sits on top of the shared retail theme */
body.RetailInterface {
    min-height: 100vh;
    background: radial-gradient(ellipse at center,
        rgba(55, 179, 74, 0.25) 0%,
        rgba(255, 255, 255, 0)  65%,
        rgba(255, 255, 255, 0)  100%);
}

.wallet-auth-container {
    max-width: 420px;
    margin: 60px auto;
    padding: 0 16px;
}

.wallet-auth-logo h2 {
    font-weight: bold;
}

.wallet-auth-card {
    border-radius: 8px;
    box-shadow: 0 0 32px rgba(55, 179, 74, 0.28), 0 2px 8px rgba(55, 179, 74, 0.15);
}

.form-control-lg {
    font-size: 1.25em;
}

.btn-group-justified {
    display: flex;
    gap: 8px;
}

.btn-group-justified .btn {
    flex: 1;
}
