/* section.login-page {
    background: linear-gradient(120deg, #fefff0, #fefff9);
} */

.auth-box {
    border-radius: 15px;
    padding: 50px;

}

.login-page .theme-card {
    padding: 0;
    background-color: transparent;
    line-height: 1;
    border: 1px solid #ffffff;
}

.login-page .theme-card .theme-form input {
    margin-bottom: 10px;
}

.theme-card button {
    border-radius: 25px;
    width: 250px;
    margin-top: 20px;
}


.dashboard-section .wallet-table .order-table th, .dashboard-section .wallet-table .order-table td {
    max-width: 350px;
    min-width: 75px;
    padding: 10px;
    border-bottom: 1px solid #eee;
    font-weight: 500;
    text-align: center;
    font-size: 0.75rem;
}
