.bg-orange {
    background-color: #E73E1F !important;
    color: #ffffff !important;
}

.body {
    background-color: #f0f0f0 !important;
}


.center-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding-top: 60px;
}

.logo {
    height: 60px;
    margin-bottom: 20px;
}

.token-title {
    font-size: 1.2rem;
    color: #333;
    text-align: center;
}

body.bg-gray {
    background-color: #f0f0f0 !important;
}

@media (max-width: 767.98px) {
    .row.align-items-center.mb-4 > .col-12.col-md-4 {
        margin-bottom: 1rem !important;
    }
    .row.align-items-center.mb-4 > .col-12.col-md-8 {
        margin-top: 0 !important;
    }
}

