/* Cleaned up loginsignup.css to avoid conflicts */

@media (max-width: 1050px) {
    /* Adjustments if needed specifically for this range, but general media queries in login.css should handle it */
}

@media (max-width: 768px) {
    /* Mobile specific adjustments usually handled in login.css now */
}
