.login-container {
    padding: 4rem 4rem 1rem;
    color: #fff;
}

.brand-logo{
    min-width: 250px !important;
}

.copyright {
    font-size: 0.75rem !important;
}

.warehouse-card {
    text-decoration: none;
    color: inherit;
}

.warehouse-card:hover {
    text-decoration: none;
    color: inherit;
}

.warehouse-card .card {
    border: none;
    background-color: transparent;
    transition: all 0.3s ease;
    cursor: pointer;
    color: white;
    font-weight: bold;
}

.warehouse-card:hover .card {
    border-color: #007bff;
    box-shadow: 0 4px 8px rgba(0,123,255,0.25);
    transform: translateY(-2px);
}

.warehouse-icon {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

body {
    background-image: url('../img/esaab-background.png');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.login-page {
    background-image: none !important;
}

.pos-panel {
    background-color: rgba(255, 255, 255, 0.95);
    border: none;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.product-list {
    max-height: 400px;
    overflow-y: auto;
}

.order-items {
    max-height: 300px;
    overflow-y: auto;
}

.product-item .btn {
    border-radius: 8px;
}

.order-item {
    background-color: #f8f9fa;
}
