.reset-container {
    width: calc(100% - 32px);
    margin: 0 auto;
    box-sizing: border-box;
    position: relative;
}

.reset-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 50px;
    margin-bottom: 30px;
}

.reset-header h1 {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    flex: 1;
}

.reset-header span {
    font-size: 20px;
    cursor: pointer;
}

#reset-form {
    display: none;
}

.form-group {
    margin-bottom: 12px;
}

.form-input {
    width: 100%;
    padding: 14px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    box-sizing: border-box;
}

.note-text {
    overflow: hidden;
    color: #767676;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Pretendard;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    letter-spacing: -0.3px;
    margin-bottom: 10px;
    padding-left: 4px;
}

.reset-btn {
    width: 100%;
    padding: 14px;
    background: #f71643;
    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;
}