/* 로그인 화면 — 수완뉴스 계정 버튼 · 회원가입 링크 */
#login-form .swn-oauthlogin {
    margin-top: 1em;
    padding-top: 1em;
    border-top: 1px solid #ccc;
}

#login-form .swn-oauth-button {
    display: block;
    width: 100%;
    font-weight: 600;
}

#login-form .swn-signup-link {
    margin-top: 1em;
    font-size: .9rem;
}

/* 회원가입 · 개설 화면 */
.swn-account #logo {
    top: 4vh;
}

#login-form.swn-form {
    top: 6vh;
    max-width: 400px;
    margin-bottom: 4rem;
    text-align: left;
}

.swn-form h2 {
    font-size: 1.3rem;
    text-align: center;
    margin: .5rem 0 .75rem;
}

.swn-form .swn-lead {
    font-size: .9rem;
    text-align: center;
    opacity: .8;
}

.swn-form .swn-summary {
    text-align: center;
    margin: 1rem 0;
    padding: .75rem;
    border: 1px solid rgba(128, 128, 128, .35);
    border-radius: .3rem;
}

.swn-form .swn-address {
    font-size: 1.15rem;
    font-weight: 600;
    word-break: break-all;
}

.swn-form .swn-quota {
    font-size: .85rem;
    opacity: .8;
}

.swn-form .form-group > label {
    font-weight: 600;
    margin-bottom: .25rem;
}

.swn-form .swn-agree {
    margin: 1rem 0;
    font-size: .9rem;
}

.swn-form .formbuttons {
    margin-top: 1rem;
}

.swn-form .swn-alt {
    text-align: center;
    font-size: .9rem;
    margin: .75rem 0 0;
}

/* 봇 차단용 숨은 칸 */
.swn-form .swn-hp {
    position: absolute;
    left: -10000px;
    width: 1px;
    height: 1px;
    overflow: hidden;
}
