.login-container {
    width: calc(100% - 32px);
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
    position: relative;
}

.logo {
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    width: 178px;
    height: 27px;
    margin: 0 auto;
    margin-bottom: 52px;
    background: url("https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/login-logo.webp") no-repeat center center;
    background-size: contain;
}

.login-section {
    margin-bottom: 26px;
}

#login-form {
    display: none;
}

.form-group {
    overflow: hidden;
}

.form-input {
    width: 100%;
    padding: 14px;
    border: 0;
    font-size: 14px;
    box-sizing: border-box;
    outline: none;
}

.form-input.email {
    border: 1px solid #ccc;
    border-radius: 6px 6px 0 0;
}

.form-input.password {
    border: 1px solid #ccc;
    border-top: 0;
    border-radius: 0 0 6px 6px;
}

.options {
    display: flex;
    /*justify-content: space-between;*/
    justify-content: flex-end;
    align-items: center;
    font-size: 12px;
    margin: 10px 0 12px 0;
}

.options a {
    color: #767676;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.3px;
}

.signin-btn {
    width: 100%;
    padding: 14px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.4px;
}

.signup-btn {
    width: 100%;
    padding: 14px;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    margin-top: 8px;
    cursor: pointer;
    color: #999;
    font-family: Pretendard;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -0.4px;
}

.social-login {
    display: flex;
    justify-content: center;
    gap: 13px;
}

.social-login img {
    width: 48px;
    height: 48px;
    cursor: pointer;
}

#verify-email {
    display: block;
    width: 158px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 2px 0;
    overflow: hidden;
    color: #767676;
    text-align: center;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.3px;
    border: 0;
    background-color: transparent;
}

.register-resend-form {
    width: 96%;
    margin: 0 auto;
}

.verify-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.verify-popup-content {
    position: relative;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.2);
}

.verify-icon {
    text-align: center;
    margin: 0 auto 10px;
}

.verify-icon img {
    width: 36px;
    height: 36px;
}

.verify-popup-text {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 25px;
}

.verify-popup-content input,
.verify-popup-content textarea {
    width: 100%;
    padding: 14px 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 14px;
    box-sizing: border-box;
    font-family: 'Pretendard', sans-serif;
}

.verify-popup-content textarea {
    resize: vertical;
    min-height: 108px;
    margin-top: 8px;
    margin-bottom: 27px;
}

.submit-btn {
    width: 100%;
    padding: 16px;
    background: black;
    color: white;
    font-size: 12px;
    border: none;
    cursor: pointer;
    font-family: 'Pretendard', sans-serif;
}

.close-btn {
    position: absolute;
    top: 12px;
    right: 12px;
    border: none;
    font-size: 24px;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url(https://stylekorean-image.s3.ap-northeast-2.amazonaws.com/gl/data/icon/page-close-btn.webp) no-repeat center center;
    background-size: cover;
}
