.form-container {
    padding: 2rem;
    background-color: #343a40;
    border: 1px solid #ffc107;
    border-radius: 6px;
}

.xtraCard {
    margin-bottom: 0.7rem;
}

.amount {
    background-color: #212529 !important;
    color: #f8f9fa;
}

.token {
    background-color: #212529 !important;
    color: #f8f9fa;
    text-align: center;
    font-weight: 600;
}


.token-offer,
.amount-offer {
    background-color: #c82333 !important;
    color: #ffffff !important;
    border-color: #c82333 !important;
    font-weight: 700;
}

.xtraCard-offer {
    border-radius: 4px;
}
