

.login-card {
    border: none;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}

.logo {
    max-width: 120px;
    margin-bottom: 20px;
}

.form-header {
    font-size: 1.5rem;
    font-weight: 600;
}

.card-body {
    padding: 2rem;
}

.btn-link {
    font-size: 0.9rem;
}

.login-body{
    background: url('./../img/login-bg.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

input[readonly] {
    background-color: #e9ecef !important;
}

.table-sm th, .table-sm td {
    padding: 0.5rem;
}

.table-sm th {
    font-size: 0.8rem;
}

.table-sm td {
    font-size: 0.8rem;
    text-align: center;
}

.table-sm th {
    font-size: 0.8rem;
    text-align: center;
}
.table-sm td {
    font-size: 0.8rem;
    text-align: center !important;
}

.table-sm .receiving_amount {
    width: 90px;
    text-align: center !important;
}