.brand-logo-container {
    text-align: center;
    margin-bottom: 1.75rem;
}

.brand-logo-container img {
    width: 72px;
    height: 72px;
    object-fit: cover;
    border: 4px solid #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease;
}

.brand-logo-container img:hover {
    transform: scale(1.05);
}

.login-msg-modern {
    font-size: 1.1rem;
    font-weight: 600;
    color: #2d3748;
    text-align: center;
    margin-bottom: 2rem;
}