.card{
    padding:20px !important;
}
.two-factor-auth {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Panel Styling */
.two-factor-auth .panel {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
}

/* QR Code Container */
.qr-code-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
}

.qr-code-container .qr-image img {
    max-width: 250px;
}

.qr-divider {
    font-size: 18px;
    font-weight: bold;
}

.secret-key p {
    margin: 0;
    font-size: 18px;
    font-weight: bold;
}

/* Recovery Code Styling */
.recovery-code-alert {
    margin-top: 20px;
}

.recovery-code {
    font-size: 14px;
    text-align: center;
}

/* Footer Button */
.panel-footer.text-center {
    text-align: center;
}
