.logo-splash {
    max-height: 300px;
}
.login-logo-splash {
    max-height: 200px;
}
.brand-logo {
    margin-left: auto;
    margin-right: auto;
}
.brand-logo img {
    max-width: 100%;
    max-height: 150px;
}
.tenant-heading {
    font-size: 1.2rem;
    font-weight: bold;
    align-self: center;
}

/* Increase horizontal padding in Filament table cells for better readability */
.fi-ta-cell {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}