.login-wrapper {
    height: 60vh;
    display: flex;
    flex-basis: 100%;
    align-items: center;
    justify-content: center;
}

.login-form {
    width: 400px;
}

.body-container {
    max-width: 1800px !important;
}

.child-withdrawals-container {
    display: flex;
    justify-content: space-between
}

.old-attachment-wrapper {
    margin-bottom: 1rem;
    margin-top: -1rem;
}

td {
    max-width: 300px;
}

.sample-invoice {
    min-width: 120px;
}