/* 로그인 페이지 전용 추가 스타일 */
.login-container {
    padding: 50px 30px !important;
}

.login-options {
    margin: 10px 0 20px;
    font-size: 13px;
    color: #666;
}

.login-options input {
    width: auto;
    margin-right: 5px;
}

.login-btn {
    background-color: #03c75a !important; /* 네이버 그린 */
    margin-bottom: 10px;
}

.bar {
    color: #dadada;
    margin: 0 10px;
}

/* 구분선 스타일 */
.divider {
    margin: 30px 0 20px;
    border-bottom: 1px solid #eee;
    text-align: center;
    line-height: 0.1em;
}

.divider span {
    background: #fff;
    padding: 0 10px;
    color: #888;
    font-size: 12px;
}

/* 소셜 로그인 버튼 리팩토링 */
.social-login a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border-radius: 6px;
    margin-bottom: 10px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.naver-btn { background-color: #03c75a; color: #fff; }
.kakao-btn { background-color: #fee500; color: #3c1e1e; }
.google-btn { background-color: #fff; color: #757575; border: 1px solid #dadada; }

.bottom-home {
    text-align: center;
    margin-top: 30px;
}

.bottom-home a {
    font-size: 13px;
    color: #999;
    text-decoration: underline;
}