.tenant-selection-page {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f4f6f8;
}

.tenant-selection-panel {
    width: 100%;
    max-width: 500px;
    padding: 0;
    border: 4px solid #001D47;
    background-color: white;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.1);
}

.tenant-selection-header {
    background-color: #001D47;
    padding: 28px 24px;
    text-align: center;
}

.tenant-selection-title {
    margin: 0;
    font-family: 'Segoe UI', sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #E2CEEE;
}

.tenant-selection-content {
    padding: 24px;
}

.tenant-selection-table {
    width: 100%;
    border-collapse: collapse;
    font-family: 'Segoe UI', sans-serif;
    font-size: 14px;
}

.tenant-selection-row {
    height: 110px;
    border-bottom: 1px solid #eee;
    text-align: center;
}

.tenant-selection-cell {
    padding: 12px;
}

.tenant-selection-logo {
    width: 150px;
    height: 70px;
    object-fit: contain;
}

.tenant-selection-login {
    display: inline-block;
    padding: 10px 16px;
    background-color: #001D47;
    color: #E2CEEE;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: background-color 0.3s;
}
