/* 로그인 페이지 스타일 */
body {
    background-color: #f9f9f9;
}

.login-container {
    min-height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #f9f9f9;
} 