﻿.login-container {
    display: flex;
    height: 100vh;
}

.auth-section {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    flex-direction: column;
}

.image-section {
    flex: 1;
    background: url('img/oztek.jpg') no-repeat center center/cover;
    
}

@media (max-width: 768px) {
    .image-section {
        display: none;
    }
}
